We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e74079f + 811e7a4 commit dead569Copy full SHA for dead569
Makefile
@@ -1,6 +1,9 @@
1
.SILENT: ;
2
3
-test: test-phpunit test-phpspec
+test: cs-check test-phpunit test-phpspec
4
+
5
+cs-check:
6
+ vendor/bin/php-cs-fixer fix --diff --diff-format=udiff --dry-run
7
8
test-phpunit:
9
vendor/bin/phpunit
0 commit comments