@@ -49,7 +49,7 @@ to register a new `test listener`_ called ``SymfonyTestsListener``:
49
49
50
50
<!-- http://phpunit.de/manual/6.0/en/appendixes.configuration.html -->
51
51
<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"
53
53
>
54
54
55
55
<!-- ... -->
@@ -173,7 +173,7 @@ message, enclosed with ``/``. For example, with:
173
173
174
174
<!-- http://phpunit.de/manual/6.0/en/appendixes.configuration.html -->
175
175
<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"
177
177
>
178
178
179
179
<!-- ... -->
@@ -525,7 +525,7 @@ namespaces in the ``phpunit.xml`` file, as done for example in the
525
525
526
526
<!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
527
527
<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"
529
529
>
530
530
531
531
<!-- ... -->
@@ -670,7 +670,7 @@ Add the following configuration to the ``phpunit.xml.dist`` file:
670
670
671
671
<!-- http://phpunit.de/manual/6.0/en/appendixes.configuration.html -->
672
672
<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"
674
674
>
675
675
676
676
<!-- ... -->
0 commit comments