Skip to content

Commit 9193c39

Browse files
committed
fix test run
1 parent d764f3d commit 9193c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ install:
22
composer install
33

44
test:
5-
composer phpunit tests
5+
composer exec phpunit -- tests
66

77
lint:
88
composer exec phpcs

0 commit comments

Comments
 (0)