mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 08:10:07 +01:00
Add PHP version to valet links output table
This commit is contained in:
@@ -425,6 +425,8 @@ public function test_un_isolate_will_remove_isolation_for_a_site()
|
||||
public function test_isolate_will_throw_if_site_is_not_parked_or_linked()
|
||||
{
|
||||
$brewMock = Mockery::mock(Brew::class);
|
||||
$brewMock->shouldReceive('linkedPhp')->andReturn('php@7.4');
|
||||
|
||||
$configMock = Mockery::mock(Configuration::class);
|
||||
$configMock->shouldReceive('read')->andReturn(['tld' => 'jamble', 'paths' => []]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user