We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d16431 commit 0cf5603Copy full SHA for 0cf5603
Makefile
@@ -98,7 +98,8 @@ dist-zip: clean-test clean-dist
98
zip -qr $(DIST).zip $(DIST)
99
100
dist-test: dist-zip install-vendor
101
- $(PHPUNIT) --do-not-cache-result --no-logging --bootstrap=$(DIST)/bootstrap.php --configuration=$(DIST)/phpunit.xml
+ cd $(DIST) && composer install $(COMPOSER_INSTALL_FLAGS)
102
+ cd $(DIST) && ./vendor/bin/phpunit --do-not-cache-result --no-logging
103
104
###
105
# install vendor rules
0 commit comments