We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba0eea commit 2eea811Copy full SHA for 2eea811
1 file changed
composer.json
@@ -24,6 +24,7 @@
24
"scripts": {
25
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
26
"cs:check": "php-cs-fixer fix --dry-run --diff",
27
- "cs:fix": "php-cs-fixer fix"
+ "cs:fix": "php-cs-fixer fix",
28
+ "test:unit": "phpunit -c tests/phpunit.unit.xml"
29
}
30
0 commit comments