From f1f1baceb77ccbf2f6db877b7ddd7a80cdee5d13 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Sat, 30 May 2020 20:43:03 +0200 Subject: [PATCH] style(test) fix --- tests/init/InstallationTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/init/InstallationTest.php b/tests/init/InstallationTest.php index d20abdc4d..cc87afa95 100644 --- a/tests/init/InstallationTest.php +++ b/tests/init/InstallationTest.php @@ -176,11 +176,11 @@ public function should_correctly_scaffold_with_mysql_on_unix_socket_with_home_sy $this->markTestSkipped('This test requires the uopz extension to run.'); } - $workDir = codecept_output_dir('init/installationTest/mysql_on_unix_socket_w_home_symbol'); + $workDir = codecept_output_dir('init/installationTest/mysql_on_unix_socket_w_home_symbol'); - replacingWithUopz([ + replacingWithUopz([ 'tad\WPBrowser\homeDir' => '/Users/test' - ], function ()use($workDir) { + ], function () use ($workDir) { $input = $this->makeEmpty(ArrayInput::class, [ 'get_option' => static function ($option) { return $option === 'quiet' || $option === 'no-interaction' ? true : null; @@ -205,7 +205,7 @@ public function should_correctly_scaffold_with_mysql_on_unix_socket_with_home_sy $init->setup(true); }); - $this->assertMatchesDirectorySnapshot($workDir); + $this->assertMatchesDirectorySnapshot($workDir); } /**