@@ -48,7 +48,7 @@ to register a new `test listener`_ called ``SymfonyTestsListener``:
48
48
49
49
<!-- http://phpunit.de/manual/6.0/en/appendixes.configuration.html -->
50
50
<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"
52
52
>
53
53
54
54
<!-- ... -->
@@ -172,7 +172,7 @@ message, enclosed with ``/``. For example, with:
172
172
173
173
<!-- http://phpunit.de/manual/6.0/en/appendixes.configuration.html -->
174
174
<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"
176
176
>
177
177
178
178
<!-- ... -->
@@ -276,7 +276,9 @@ By default, the PHPUnit Bridge displays only deprecation messages.
276
276
To show the full stack trace related to a deprecation, set the value of ``SYMFONY_DEPRECATIONS_HELPER ``
277
277
to a regular expression matching the deprecation message.
278
278
279
- For example, if the following deprecation notice is thrown::
279
+ For example, if the following deprecation notice is thrown:
280
+
281
+ .. code-block :: bash
280
282
281
283
1x: Doctrine\C ommon\C lassLoader is deprecated.
282
284
1x in EntityTypeTest::setUp from Symfony\B ridge\D octrine\T ests\F orm\T ype
@@ -524,7 +526,7 @@ namespaces in the ``phpunit.xml`` file, as done for example in the
524
526
525
527
<!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
526
528
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
527
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/4.1/phpunit.xsd"
529
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/4.1/phpunit.xsd"
528
530
>
529
531
530
532
<!-- ... -->
@@ -669,7 +671,7 @@ Add the following configuration to the ``phpunit.xml.dist`` file:
669
671
670
672
<!-- http://phpunit.de/manual/6.0/en/appendixes.configuration.html -->
671
673
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
672
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/6.0/phpunit.xsd"
674
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/6.0/phpunit.xsd"
673
675
>
674
676
675
677
<!-- ... -->
0 commit comments