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.
2 parents cf04564 + de448c2 commit d0af792Copy full SHA for d0af792
composer.json
@@ -42,6 +42,7 @@
42
"scripts": {
43
"cs:fix": "phpcbf --standard=phpcs.xml",
44
"cs:check": "phpcs --standard=phpcs.xml --colors -ps",
45
- "phpstan": "@php vendor/bin/phpstan analyse src --level 6"
+ "phpstan": "@php vendor/bin/phpstan analyse src --level 6",
46
+ "phpunit": "@php vendor/phpunit/phpunit/phpunit"
47
}
48
0 commit comments