Skip to content

Commit cbab757

Browse files
committed
fixed phpunit failure
1 parent ed35822 commit cbab757

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: tests/system/Commands/ModelGeneratorTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public function testGenerateModel(): void
5252
$this->assertFileExists($file);
5353
$this->assertStringContainsString('extends Model', $this->getFileContent($file));
5454
$this->assertStringContainsString('protected $table = \'users\';', $this->getFileContent($file));
55-
$this->assertStringContainsString('protected $DBGroup = \'default\';', $this->getFileContent($file));
5655
$this->assertStringContainsString('protected $returnType = \'array\';', $this->getFileContent($file));
5756
}
5857

0 commit comments

Comments
 (0)