We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ff1b4 commit 3265851Copy full SHA for 3265851
.circleci/config.yml
@@ -142,7 +142,7 @@ jobs:
142
name: Run PHPUnit tests
143
command: |-
144
mkdir -p build/logs/tmp build/cov
145
- find tests -name '*Test.php' | circleci tests split --split-by=timings | parallel -j10% --rpl '{_} s/\//_/g;' \
+ circleci tests glob "tests/**/*Test.php" | circleci tests split --split-by=timings | parallel -j10% --rpl '{_} s/\//_/g;' \
146
phpdbg -qrr vendor/bin/phpunit --coverage-php build/cov/coverage-{_}.cov --log-junit build/logs/tmp/{_}.xml --colors=always {}
147
- run:
148
name: Merge PHPUnit test reports
0 commit comments