mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 03:34:34 -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:
|
* Run phpunit with a filter:
|
||||||
* phpunit --filter 'TestClass|AnotherTestClass|...'
|
* 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();
|
$process->start();
|
||||||
|
|
||||||
// Make sure we have live data output
|
// Make sure we have live data output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user