Skip to content

Commit 6292149

Browse files
authored
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.
1 parent 67b8f67 commit 6292149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/phpunit-bridge/4.1/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
44
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.1/phpunit.xsd"
5+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
66
backupGlobals="false"
77
colors="true"
88
bootstrap="vendor/autoload.php"

0 commit comments

Comments
 (0)