Fixes for tests
This commit is contained in:
parent
bc402ec30c
commit
f1dcedebe2
1 changed files with 1 additions and 1 deletions
2
tests/ci
2
tests/ci
|
|
@ -35,7 +35,7 @@ $tests = \Illuminate\Support\Str::of($process->getOutput())
|
|||
* Run phpunit with a filter:
|
||||
* phpunit --filter 'TestClass|AnotherTestClass|...'
|
||||
*/
|
||||
$process = new \Symfony\Component\Process\Process(['./vendor/bin/phpunit', '--testdox --filter', $tests->join('|')], timeout: null);
|
||||
$process = new \Symfony\Component\Process\Process(['./vendor/bin/phpunit', '--testdox', '--filter', $tests->join('|')], timeout: null);
|
||||
$process->start();
|
||||
|
||||
// Make sure we have live data output
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue