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 3080617 commit e409911Copy full SHA for e409911
composer.json
@@ -51,7 +51,7 @@
51
"sort-packages": true
52
},
53
"scripts": {
54
- "tests": "vendor/bin/phpunit --testdox --no-coverage --colors=always",
+ "test": "vendor/bin/phpunit --testdox --no-coverage --colors=always",
55
"test-coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --testdox --colors=always",
56
"phpcs": "vendor/bin/phpcs src tests --standard=PSR12"
57
0 commit comments