Skip to content

Commit a8dd33c

Browse files
xabbuhGuikingone
authored andcommitted
[symfony#10062] fix the code block
1 parent e3621e9 commit a8dd33c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/phpunit_bridge.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,11 @@ For example, if the following deprecation notice is thrown::
260260
1x: Doctrine\Common\ClassLoader is deprecated.
261261
1x in EntityTypeTest::setUp from Symfony\Bridge\Doctrine\Tests\Form\Type
262262

263-
Running the following command will display the full stack trace::
263+
Running the following command will display the full stack trace:
264264

265-
SYMFONY_DEPRECATIONS_HELPER='/Doctrine\\Common\\ClassLoader is deprecated\./' ./vendor/bin/simple-phpunit
265+
.. code-block:: terminal
266+
267+
$ SYMFONY_DEPRECATIONS_HELPER='/Doctrine\\Common\\ClassLoader is deprecated\./' ./vendor/bin/simple-phpunit
266268
267269
Time-sensitive Tests
268270
--------------------

0 commit comments

Comments
 (0)