File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
// use Brotzka\DotenvEditor\DotenvEditor;
6
6
7
- use Devinweb \TestParallel \Util \Parser ;
8
7
use Illuminate \Console \Command ;
9
8
use Illuminate \Support \Arr ;
10
9
use Symfony \Component \Process \Process ;
@@ -76,7 +75,7 @@ public function handle()
76
75
),
77
76
null ,
78
77
// Envs
79
- [" LARAVEL_PARALLEL_TESTING " => 1 ]
78
+ [' LARAVEL_PARALLEL_TESTING ' => 1 ]
80
79
);
81
80
82
81
$ process ->setTimeout (null );
@@ -150,7 +149,6 @@ protected function buildCommand(array $options): array
150
149
return $ arguments ;
151
150
}
152
151
153
-
154
152
/**
155
153
* Find the Phpunit path.
156
154
*
@@ -162,6 +160,7 @@ protected function findPhpUnitFile()
162
160
if (! file_exists ($ file = base_path ('phpunit.xml ' ))) {
163
161
$ file = base_path ('phpunit.xml.dist ' );
164
162
}
163
+
165
164
return $ file ;
166
165
}
167
166
}
You can’t perform that action at this time.
0 commit comments