Skip to content

Commit

Permalink
Fixes CS.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Sep 4, 2020
1 parent 3c4f131 commit adb4c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ComposerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ protected function getMockedComposer()

$process->shouldReceive('run')->once()->with(m::type('Closure'))->andReturnUsing(function ($callable) {
$callable();

return 0;
})->shouldReceive('isSuccessful')->once()->andReturnTrue();

Expand Down

0 comments on commit adb4c87

Please sign in to comment.