Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
grantholle committed Dec 15, 2023
1 parent 5e5263c commit c0953be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Concerns/TestsConsoleCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ protected function laravel()
return new $class($arguments['input'], $arguments['output']);
});

$laravel->shouldReceive('runningUnitTests')->andReturn(false);

return $laravel;
}

Expand Down

0 comments on commit c0953be

Please sign in to comment.