fix Makefile
This commit is contained in:
parent
239c5d43a8
commit
3c0f053028
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -31,7 +31,7 @@ ifeq ($(USE_COMPOSER),1)
|
|||
composer install
|
||||
endif
|
||||
|
||||
tests: install
|
||||
tests:
|
||||
ifeq ($(USE_COMPOSER),1)
|
||||
vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue