Skip to content

Commit e42a8fb

Browse files
authored
Merge pull request #7 from devinweb/analysis-jLwjJZ
Apply fixes from StyleCI
2 parents 3844329 + 2bd5c70 commit e42a8fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Console/ParallelCommand.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
// use Brotzka\DotenvEditor\DotenvEditor;
66

7-
use Devinweb\TestParallel\Util\Parser;
87
use Illuminate\Console\Command;
98
use Illuminate\Support\Arr;
109
use Symfony\Component\Process\Process;
@@ -76,7 +75,7 @@ public function handle()
7675
),
7776
null,
7877
// Envs
79-
["LARAVEL_PARALLEL_TESTING" => 1]
78+
['LARAVEL_PARALLEL_TESTING' => 1]
8079
);
8180

8281
$process->setTimeout(null);
@@ -150,7 +149,6 @@ protected function buildCommand(array $options): array
150149
return $arguments;
151150
}
152151

153-
154152
/**
155153
* Find the Phpunit path.
156154
*
@@ -162,6 +160,7 @@ protected function findPhpUnitFile()
162160
if (! file_exists($file = base_path('phpunit.xml'))) {
163161
$file = base_path('phpunit.xml.dist');
164162
}
163+
165164
return $file;
166165
}
167166
}

0 commit comments

Comments
 (0)