Skip to content

Commit f900df2

Browse files
authored
Use locally installed PHPUnit instead of the global version
1 parent 4466ea4 commit f900df2

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)