diff --git a/tests/Console/ModelsCommand/Ignored/Test.php b/tests/Console/ModelsCommand/Ignored/Test.php index 182b082..95d916d 100644 --- a/tests/Console/ModelsCommand/Ignored/Test.php +++ b/tests/Console/ModelsCommand/Ignored/Test.php @@ -32,6 +32,7 @@ class Test extends AbstractModelsCommand $mockFilesystem = Mockery::mock(Filesystem::class); $mockFilesystem ->shouldReceive('get') + ->andReturn(file_get_contents(__DIR__ . '/Models/Ignored.php')) ->andReturn(file_get_contents(__DIR__ . '/Models/NotIgnored.php')) ->once(); $mockFilesystem