Skip to content

Commit

Permalink
Try to fix crazed test by default
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 6, 2024
1 parent 8b30543 commit 1f309a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/framework/tests/Unit/IncludesFacadeUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ public function testBladeReturnsDefaultValueWhenNotFound()
protected function mockFilesystemFromClosure(Closure $config): void
{
$filesystem = Mockery::mock(Filesystem::class);
$filesystem->shouldReceive('missing')->andReturn(false)->byDefault();

$config($filesystem);

Expand Down

0 comments on commit 1f309a2

Please sign in to comment.