Skip to content

Commit 4c8b0b4

Browse files
committed
[#10062] fix the code block
1 parent 5531572 commit 4c8b0b4

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
@@ -193,9 +193,11 @@ For example, if the following deprecation notice is thrown::
193193
1x: Doctrine\Common\ClassLoader is deprecated.
194194
1x in EntityTypeTest::setUp from Symfony\Bridge\Doctrine\Tests\Form\Type
195195

196-
Running the following command will display the full stack trace::
196+
Running the following command will display the full stack trace:
197197

198-
SYMFONY_DEPRECATIONS_HELPER='/Doctrine\\Common\\ClassLoader is deprecated\./' ./vendor/bin/simple-phpunit
198+
.. code-block:: terminal
199+
200+
$ SYMFONY_DEPRECATIONS_HELPER='/Doctrine\\Common\\ClassLoader is deprecated\./' ./vendor/bin/simple-phpunit
199201
200202
Time-sensitive Tests
201203
---------------------

0 commit comments

Comments
 (0)