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 1cdd278 + 600a725 commit 7dc4aa4Copy full SHA for 7dc4aa4
composer.json
@@ -63,10 +63,11 @@
63
"@test"
64
],
65
"cs": "php-cs-fixer fix --ansi --verbose --dry-run --diff",
66
- "cs-fix": "php-cs-fixer fix --ansi --verbose --diff --using-cache=yes",
+ "cs-fix": "php-cs-fixer fix --ansi --verbose --diff",
67
"style": "@cs-fix",
68
"deduplicate": "phpcpd app/ src/",
69
"inspect": "deptrac analyze --cache-file=build/deptrac.cache",
70
- "mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit"
+ "mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit",
71
+ "test": "phpunit"
72
}
73
0 commit comments