From f1dcedebe27d92b321631496c264ed17d05e389b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 18 Jan 2023 19:02:14 +1100 Subject: [PATCH] Fixes for tests --- tests/ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci b/tests/ci index 7b3ac5e31b17..3c097b868a6b 100755 --- a/tests/ci +++ b/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