summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Molenaar <sean@m2mobi.com>2018-05-13 21:08:18 +0200
committerSean Molenaar <sean@m2mobi.com>2018-05-13 21:08:18 +0200
commit32ddcda4d394974b31ecc3e3b42fd9bfc90e21a6 (patch)
tree3daba6553a5208fe0d41e362ed10f8da7dbafb7b
parent5708c10f7c17a31251438ff0c8c7a2f1c38e57e5 (diff)
Do a full composer install on tests
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a30b04279..e9e966cf6 100644
--- a/Makefile
+++ b/Makefile
@@ -172,6 +172,7 @@ endif
# from the internet
.PHONY: test
test:
+ $(composer) install --prefer-dist
cd js && $(npm) run test
./vendor/phpunit/phpunit/phpunit -c phpunit.xml --coverage-clover build/php-unit.clover
# \Test\TestCase is only allowed to access the db if TRAVIS environment variable is set