From cbe04fdc9039d406da244cb5b565bcce2755d1ce Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Sun, 16 Jun 2019 09:03:37 +0200 Subject: [PATCH 1/2] Update tools.json --- resources/tools.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index 2c92f61d..453dbf73 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -719,10 +719,11 @@ "links": {"%target-dir%/simple-phpunit": "simple-phpunit"} }, "sh": { - "command": "simple-phpunit install" + "command": "simple-phpunit install && SYMFONY_PHPUNIT_VERSION=8.2 simple-phpunit-install" } }, - "test": "simple-phpunit --version" + "test": "simple-phpunit --version", + "tags": ["exclude-php:7.1"] }, { "name": "testability", From e6f784b5d6a0283753c93e05d2511e6cb38e1f73 Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Sun, 16 Jun 2019 09:16:26 +0200 Subject: [PATCH 2/2] Update tools.json --- resources/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools.json b/resources/tools.json index 453dbf73..ba349491 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -719,7 +719,7 @@ "links": {"%target-dir%/simple-phpunit": "simple-phpunit"} }, "sh": { - "command": "simple-phpunit install && SYMFONY_PHPUNIT_VERSION=8.2 simple-phpunit-install" + "command": "simple-phpunit install && SYMFONY_PHPUNIT_VERSION=8.2 simple-phpunit install" } }, "test": "simple-phpunit --version",