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 fa08ae4 commit 19b62e4Copy full SHA for 19b62e4
composer.json
@@ -31,6 +31,7 @@
31
},
32
"scripts": {
33
"test": "vendor/bin/pest",
34
+ "test:cov": "vendor/bin/pest --coverage",
35
"test:type": "vendor/bin/phpstan analyse src tests --ansi --memory-limit=-1 --level=5"
36
37
"config": {
0 commit comments