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 1630959 commit ea09425Copy full SHA for ea09425
composer.json
@@ -57,7 +57,7 @@
57
"htmlCoverage": "vendor/bin/phpunit --coverage-html coverage",
58
"phpcs": "vendor/bin/phpcs --standard=phpcs.xml $(find . -name '*.php');",
59
"phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml",
60
- "phpunit": "vendor/bin/phpunit --colors=always;",
+ "phpunit": "vendor/bin/phpunit",
61
"tests": [
62
"clear",
63
"@phpmd",
0 commit comments