Skip to content

Commit

Permalink
fixed phpunit failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyskills committed Oct 24, 2023
1 parent fc8b036 commit 10815db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/system/Commands/ModelGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public function testGenerateModel(): void
$this->assertFileExists($file);
$this->assertStringContainsString('extends Model', $this->getFileContent($file));
$this->assertStringContainsString('protected $table = \'users\';', $this->getFileContent($file));
$this->assertStringContainsString('protected $DBGroup = \'default\';', $this->getFileContent($file));
$this->assertStringContainsString('protected $returnType = \'array\';', $this->getFileContent($file));
}

Expand Down

0 comments on commit 10815db

Please sign in to comment.