Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a8dd33c

Browse filesBrowse files
xabbuhGuikingone
authored andcommitted
[symfony#10062] fix the code block
1 parent e3621e9 commit a8dd33c
Copy full SHA for a8dd33c

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎components/phpunit_bridge.rst

Copy file name to clipboardExpand all lines: components/phpunit_bridge.rst
+4-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.