From 32ddcda4d394974b31ecc3e3b42fd9bfc90e21a6 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Sun, 13 May 2018 21:08:18 +0200 Subject: Do a full composer install on tests --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3