1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

Update tests/BrewTest.php

This commit is contained in:
Nasir Uddin Nobin
2022-03-23 03:46:11 +06:00
committed by GitHub
parent 67ba790e37
commit 605118d3e4

View File

@@ -445,7 +445,7 @@ public function test_it_can_get_php_binary_path_from_php_version_and_create_syml
public function test_it_can_get_php_binary_path_from_php_version() public function test_it_can_get_php_binary_path_from_php_version()
{ {
// When brew info has `linked_keg` paramert // When brew info has `linked_keg` paramerter
$brewMock = Mockery::mock(Brew::class, [ $brewMock = Mockery::mock(Brew::class, [
$cli = Mockery::mock(CommandLine::class), $cli = Mockery::mock(CommandLine::class),
$files = Mockery::mock(Filesystem::class) $files = Mockery::mock(Filesystem::class)