@@ -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 <!-- ... -->
@@ -276,7 +276,9 @@ By default, the PHPUnit Bridge displays only deprecation messages.
276276To show the full stack trace related to a deprecation, set the value of ``SYMFONY_DEPRECATIONS_HELPER ``
277277to a regular expression matching the deprecation message.
278278
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
280282
281283 1x: Doctrine\C ommon\C lassLoader is deprecated.
282284 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
524526
525527 <!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
526528 <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"
528530 >
529531
530532 <!-- ... -->
@@ -669,7 +671,7 @@ Add the following configuration to the ``phpunit.xml.dist`` file:
669671
670672 <!-- http://phpunit.de/manual/6.0/en/appendixes.configuration.html -->
671673 <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"
673675 >
674676
675677 <!-- ... -->
0 commit comments