Skip to content

Commit 1f309a2

Browse files
committed
Try to fix crazed test by default
1 parent 8b30543 commit 1f309a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/framework/tests/Unit/IncludesFacadeUnitTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ public function testBladeReturnsDefaultValueWhenNotFound()
243243
protected function mockFilesystemFromClosure(Closure $config): void
244244
{
245245
$filesystem = Mockery::mock(Filesystem::class);
246+
$filesystem->shouldReceive('missing')->andReturn(false)->byDefault();
246247

247248
$config($filesystem);
248249

0 commit comments

Comments
 (0)