From c750a204b999d631a76ff0af603d43b9c671c42e Mon Sep 17 00:00:00 2001 From: Ondrej Machulda Date: Fri, 2 Nov 2018 07:14:09 +0100 Subject: [PATCH] fixup! Map unknown test process status to 'skipped' result to avoid errors in log and never finished tests --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b7e82e67..f04dc688 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "ext-filter": "*", "ext-SimpleXML": "*", "ext-libxml": "*", - "phpunit/phpunit": "^7.0", + "phpunit/phpunit": "^7.2.1", "symfony/console": "^4.0", "symfony/process": "^4.0 !=4.0.2", "symfony/finder": "^4.0",