From 6292149217a4987f3f828528167dffaefc084bd4 Mon Sep 17 00:00:00 2001 From: Grzegorz Korba Date: Wed, 4 Jul 2018 09:56:52 +0200 Subject: [PATCH] Updated PHPUnit version in XSI namespace Since default `SYMFONY_PHPUNIT_VERSION` is set to 6.5 in `bin/phpunit`, it should be used also in XSI namespace to allow for example `showOnlySummary` in text code coverage output. --- symfony/phpunit-bridge/4.1/phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/phpunit-bridge/4.1/phpunit.xml.dist b/symfony/phpunit-bridge/4.1/phpunit.xml.dist index e578316a..18ee9ada 100644 --- a/symfony/phpunit-bridge/4.1/phpunit.xml.dist +++ b/symfony/phpunit-bridge/4.1/phpunit.xml.dist @@ -2,7 +2,7 @@