Skip to content

Commit

Permalink
Switch to --testdox output in integration tests performed by CI
Browse files Browse the repository at this point in the history
Affected composer scripts:
- ci-phpunit
- ci-phpunit-unreleased
  • Loading branch information
bheisig committed Oct 11, 2019
1 parent f533597 commit fe69e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
"@composer phpmnd",
"@composer phpstan"
],
"ci-phpunit": "./vendor/bin/phpunit --configuration ./phpunit.xml --exclude-group unreleased,addon,open --log-junit ./phpunit_log.xml --no-coverage",
"ci-phpunit": "./vendor/bin/phpunit --configuration ./phpunit.xml --testdox --exclude-group unreleased,addon,open --log-junit ./phpunit_log.xml --no-coverage",
"ci-phpunit-parallel": "./vendor/bin/paratest -p8 --phpunit ./vendor/bin/phpunit --configuration ./phpunit.xml --exclude-group unreleased,addon,open --log-junit=./phpunit_parallel_log.xml ./tests/",
"ci-phpunit-unreleased": "./vendor/bin/phpunit --configuration ./phpunit.xml --group unreleased --log-junit ./phpunit_unreleased_log.xml --no-coverage",
"ci-phpunit-unreleased": "./vendor/bin/phpunit --configuration ./phpunit.xml --testdox --group unreleased --log-junit ./phpunit_unreleased_log.xml --no-coverage",
"find-forbidden": [
"! grep -rEn \"(echo|var_dump|die|exit)\" src/* tests/*"
],
Expand Down

0 comments on commit fe69e1c

Please sign in to comment.