mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
Fix 7.7 typo in brew test
This commit is contained in:
@@ -83,7 +83,7 @@ public function test_has_installed_php_indicates_if_php_is_installed_via_brew()
|
||||
|
||||
$brew = Mockery::mock(Brew::class.'[installed]', [new CommandLine, new Filesystem]);
|
||||
$brew->shouldReceive('installed')->with('php')->andReturn(false);
|
||||
$brew->shouldReceive('installed')->with('php77')->andReturn(false);
|
||||
$brew->shouldReceive('installed')->with('php74')->andReturn(false);
|
||||
$brew->shouldReceive('installed')->with('php73')->andReturn(false);
|
||||
$brew->shouldReceive('installed')->with('php72')->andReturn(false);
|
||||
$brew->shouldReceive('installed')->with('php71')->andReturn(true);
|
||||
|
||||
Reference in New Issue
Block a user