Skip to content

Commit

Permalink
Update tests/CliTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored and mcaskill committed Sep 8, 2023
1 parent c02361b commit f9ee253
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/CliTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,17 +259,17 @@ public function test_link_command_with_isolate_flag_isolates()
{
[$app, $tester] = $this->appAndTester();

$cwd = getcwd();
$cwd = getcwd();
$name = 'tighten';
$host = $name.'.test';

$customPhpVersion = '82';
$phpRcVersion = '8.2';
$fullPhpVersion = 'php@8.2';
$phpRcVersion = '8.2';
$fullPhpVersion = 'php@8.2';

$brewMock = Mockery::mock(Brew::class);
$brewMock = Mockery::mock(Brew::class);
$nginxMock = Mockery::mock(Nginx::class);
$siteMock = Mockery::mock(RealSite::class);
$siteMock = Mockery::mock(RealSite::class);

$phpFpmMock = Mockery::mock(PhpFpm::class, [
$brewMock,
Expand Down

0 comments on commit f9ee253

Please sign in to comment.