@@ -49,7 +49,7 @@ to register a new `test listener`_ called ``SymfonyTestsListener``:
4949
5050 <!-- http://phpunit.de/manual/6.0/en/appendixes.configuration.html -->
5151 <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
52- xsi : noNamespaceSchemaLocation =" http ://schema.phpunit.de/6.0/phpunit.xsd"
52+ xsi : noNamespaceSchemaLocation =" https ://schema.phpunit.de/6.0/phpunit.xsd"
5353 >
5454
5555 <!-- ... -->
@@ -173,7 +173,7 @@ message, enclosed with ``/``. For example, with:
173173
174174 <!-- http://phpunit.de/manual/6.0/en/appendixes.configuration.html -->
175175 <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
176- xsi : noNamespaceSchemaLocation =" http ://schema.phpunit.de/6.0/phpunit.xsd"
176+ xsi : noNamespaceSchemaLocation =" https ://schema.phpunit.de/6.0/phpunit.xsd"
177177 >
178178
179179 <!-- ... -->
@@ -525,7 +525,7 @@ namespaces in the ``phpunit.xml`` file, as done for example in the
525525
526526 <!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
527527 <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
528- xsi : noNamespaceSchemaLocation =" http ://schema.phpunit.de/4.1/phpunit.xsd"
528+ xsi : noNamespaceSchemaLocation =" https ://schema.phpunit.de/4.1/phpunit.xsd"
529529 >
530530
531531 <!-- ... -->
@@ -670,7 +670,7 @@ Add the following configuration to the ``phpunit.xml.dist`` file:
670670
671671 <!-- http://phpunit.de/manual/6.0/en/appendixes.configuration.html -->
672672 <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
673- xsi : noNamespaceSchemaLocation =" http ://schema.phpunit.de/6.0/phpunit.xsd"
673+ xsi : noNamespaceSchemaLocation =" https ://schema.phpunit.de/6.0/phpunit.xsd"
674674 >
675675
676676 <!-- ... -->
0 commit comments