Skip to content

Commit 48b2af6

Browse files
committed
Fix sample of use of SYMFONY_DEPRECATIONS_HELPER for regex
1 parent 8b02403 commit 48b2af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Running the following command will display the full stack trace:
369369

370370
.. code-block:: terminal
371371
372-
$ SYMFONY_DEPRECATIONS_HELPER='regex=/Doctrine\\Common\\ClassLoader is deprecated\./' ./vendor/bin/simple-phpunit
372+
$ SYMFONY_DEPRECATIONS_HELPER='/Doctrine\\Common\\ClassLoader is deprecated\./' ./vendor/bin/simple-phpunit
373373
374374
Time-sensitive Tests
375375
--------------------

0 commit comments

Comments
 (0)