We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed35822 commit cbab757Copy full SHA for cbab757
tests/system/Commands/ModelGeneratorTest.php
@@ -52,7 +52,6 @@ public function testGenerateModel(): void
52
$this->assertFileExists($file);
53
$this->assertStringContainsString('extends Model', $this->getFileContent($file));
54
$this->assertStringContainsString('protected $table = \'users\';', $this->getFileContent($file));
55
- $this->assertStringContainsString('protected $DBGroup = \'default\';', $this->getFileContent($file));
56
$this->assertStringContainsString('protected $returnType = \'array\';', $this->getFileContent($file));
57
}
58
0 commit comments