From 48b2af6bb20994076d8a47716901b6a82c6a69c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Wed, 7 Aug 2019 14:06:04 +0200 Subject: [PATCH] Fix sample of use of SYMFONY_DEPRECATIONS_HELPER for regex --- components/phpunit_bridge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index f4464acd734..c78bd11a340 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -369,7 +369,7 @@ Running the following command will display the full stack trace: .. code-block:: terminal - $ SYMFONY_DEPRECATIONS_HELPER='regex=/Doctrine\\Common\\ClassLoader is deprecated\./' ./vendor/bin/simple-phpunit + $ SYMFONY_DEPRECATIONS_HELPER='/Doctrine\\Common\\ClassLoader is deprecated\./' ./vendor/bin/simple-phpunit Time-sensitive Tests --------------------