diff --git a/tests/Console/GeneratorCommand/GenerateEloquentOnly/Test.php b/tests/Console/GeneratorCommand/GenerateEloquentOnly/Test.php index 29d9bb8c5..4d88d8ad6 100644 --- a/tests/Console/GeneratorCommand/GenerateEloquentOnly/Test.php +++ b/tests/Console/GeneratorCommand/GenerateEloquentOnly/Test.php @@ -22,5 +22,4 @@ public function testGenerator(): void $this->assertStringNotContainsString('public static function configure($basePath = null)', $this->mockFilesystemOutput); $this->assertStringContainsString('class Eloquent extends \Illuminate\Database\Eloquent\Model', $this->mockFilesystemOutput); } - }