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.
1 parent d764f3d commit 9193c39Copy full SHA for 9193c39
Makefile
@@ -2,7 +2,7 @@ install:
2
composer install
3
4
test:
5
- composer phpunit tests
+ composer exec phpunit -- tests
6
7
lint:
8
composer exec phpcs
0 commit comments