Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit ed1ef62

Browse files
committed
Update: use phpunit from vendor
1 parent d10f6ec commit ed1ef62

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
@@ -8,5 +8,5 @@ else
88
endif
99

1010
test:
11-
phpunit -c ./tests/ --coverage-text
11+
./vendor/bin/phpunit -c ./tests/ --coverage-text
1212
output=$(php php-cs-fixer.phar fix -v --dry-run --level=psr2 .); if [[ $output ]]; then while read -r line; do echo -e "\e[00;31m$line\e[00m"; done <<< "$output"; false; fi;

0 commit comments

Comments
 (0)