Skip to content

Commit 5ed2754

Browse files
committed
bug #12110 Fix sample of use of SYMFONY_DEPRECATIONS_HELPER for regex (jderusse)
This PR was merged into the 4.3 branch. Discussion ---------- Fix sample of use of SYMFONY_DEPRECATIONS_HELPER for regex The sample of use of regex for `SYMFONY_DEPRECATIONS_HELPER` is wrong. See symfony/symfony#33012 (comment) Commits ------- 48b2af6 Fix sample of use of SYMFONY_DEPRECATIONS_HELPER for regex
2 parents 5d0fb06 + 48b2af6 commit 5ed2754

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)