@@ -48,7 +48,7 @@ to register a new `test listener`_ called ``SymfonyTestsListener``:
4848
4949 <!-- http://phpunit.de/manual/6.0/en/appendixes.configuration.html -->
5050 <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
51- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/6.0/phpunit.xsd"
51+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/6.0/phpunit.xsd"
5252 >
5353
5454 <!-- ... -->
@@ -172,7 +172,7 @@ message, enclosed with ``/``. For example, with:
172172
173173 <!-- http://phpunit.de/manual/6.0/en/appendixes.configuration.html -->
174174 <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
175- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/6.0/phpunit.xsd"
175+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/6.0/phpunit.xsd"
176176 >
177177
178178 <!-- ... -->
@@ -499,7 +499,7 @@ namespaces in the ``phpunit.xml`` file, as done for example in the
499499
500500 <!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
501501 <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
502- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/4.1/phpunit.xsd"
502+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/4.1/phpunit.xsd"
503503 >
504504
505505 <!-- ... -->
@@ -643,7 +643,7 @@ Add the following configuration to the ``phpunit.xml.dist`` file:
643643
644644 <!-- http://phpunit.de/manual/6.0/en/appendixes.configuration.html -->
645645 <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
646- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/6.0/phpunit.xsd"
646+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/6.0/phpunit.xsd"
647647 >
648648
649649 <!-- ... -->
0 commit comments