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.
2 parents fb09e1c + a9a8f08 commit 68d89afCopy full SHA for 68d89af
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