summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Molenaar <sean@m2mobi.com>2018-05-13 22:23:46 +0200
committerSean Molenaar <sean@m2mobi.com>2018-05-13 22:23:46 +0200
commitff6af971a711251cdc46c542ee65a0e6bbbb1131 (patch)
treeaf72ee0c16e4d58fe76473479dc31b230d919211
parent32ddcda4d394974b31ecc3e3b42fd9bfc90e21a6 (diff)
Update composer for tests
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9e966cf6..9dfd90ade 100644
--- a/Makefile
+++ b/Makefile
@@ -172,7 +172,7 @@ endif
# from the internet
.PHONY: test
test:
- $(composer) install --prefer-dist
+ $(composer) update --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