Skip to content

Commit 7537844

Browse files
authored
Merge pull request #2323 from pierredup/travis-test
Use locally installed PHPUnit instead of the global version
2 parents 4466ea4 + f900df2 commit 7537844

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
@@ -5,4 +5,4 @@ cs_dry_run:
55
./vendor/bin/php-cs-fixer fix --verbose --dry-run
66

77
test:
8-
phpunit --coverage-text
8+
./vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)