mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for tests
This commit is contained in:
parent
bc402ec30c
commit
f1dcedebe2
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…
x
Reference in New Issue
Block a user