From d8367f0b7c16b1c483bb446f56ef8ff146bde162 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 14 Jun 2019 13:42:15 +0200 Subject: [PATCH] Remove space before self closing xml tag --- components/phpunit_bridge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index cfe3c4c8a3f..c258abbb077 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -575,7 +575,7 @@ If you have installed the bridge through Composer, you can run it by calling e.g It's possible to change the base version of PHPUnit by setting the ``SYMFONY_PHPUNIT_VERSION`` env var in the ``phpunit.xml.dist`` file (e.g. - ````). This is the + ````). This is the preferred method as it can be committed to your version control repository. It's also possible to set ``SYMFONY_PHPUNIT_VERSION`` as a real env var