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 bbf5348 commit bccf938Copy full SHA for bccf938
1 file changed
composer.json
@@ -36,5 +36,9 @@
36
"preferred-install": {
37
"*": "dist"
38
}
39
+ },
40
+ "scripts": {
41
+ "test": "phpunit",
42
+ "test:cov": "phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
43
44
0 commit comments