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