We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801bd42 commit 1bd023cCopy full SHA for 1bd023c
composer.json
@@ -19,6 +19,6 @@
19
"scripts": {
20
"cs-dry": "php-cs-fixer fix -v --ansi --dry-run --config=.php-cs-fixer.dist.php",
21
"cs-fix": "php-cs-fixer fix -v --ansi --config=.php-cs-fixer.dist.php",
22
- "test": "phpunit --testdox"
+ "unit-test": "phpunit --testdox"
23
}
24
0 commit comments