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 ab6109b commit 2a12595Copy full SHA for 2a12595
1 file changed
composer.json
@@ -84,7 +84,7 @@
84
],
85
"test": [
86
"Composer\\Config::disableProcessTimeout",
87
- "phpunit --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --colors=always --configuration tests/phpunit-autotest.xml"
+ "phpunit --testdox --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --colors=always --configuration tests/phpunit-autotest.xml"
88
89
"test:db": "@composer run test -- --group DB --group SLOWDB",
90
"test:files_external": "phpunit --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --colors=always --configuration tests/phpunit-autotest-external.xml",
0 commit comments