mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
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.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.1/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
backupGlobals="false"
|
||||
colors="true"
|
||||
bootstrap="vendor/autoload.php"
|
||||
|
||||
Reference in New Issue
Block a user