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