From ff6af971a711251cdc46c542ee65a0e6bbbb1131 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Sun, 13 May 2018 22:23:46 +0200 Subject: Update composer for tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3