We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bf71a commit a9a8f08Copy full SHA for a9a8f08
tests/Console/GeneratorCommand/GenerateEloquentOnly/Test.php
@@ -22,5 +22,4 @@ public function testGenerator(): void
22
$this->assertStringNotContainsString('public static function configure($basePath = null)', $this->mockFilesystemOutput);
23
$this->assertStringContainsString('class Eloquent extends \Illuminate\Database\Eloquent\Model', $this->mockFilesystemOutput);
24
}
25
-
26
0 commit comments