From 1cec08b844d818ae2dead2b09ec74bcf47c9608c Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 27 Nov 2015 23:51:43 +0100 Subject: [PATCH] [PhpUnitBridge] fix typo --- src/Symfony/Bridge/PhpUnit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bridge/PhpUnit/README.md b/src/Symfony/Bridge/PhpUnit/README.md index 229e802be4..9d7ca89838 100644 --- a/src/Symfony/Bridge/PhpUnit/README.md +++ b/src/Symfony/Bridge/PhpUnit/README.md @@ -53,7 +53,7 @@ You have to decide either to: forward compatibility; * or move them to the **Legacy** section (by using one of the above way). -In you need to inspect the stack trace of a particular deprecation triggered by +In case you need to inspect the stack trace of a particular deprecation triggered by one of your unit tests, you can set the `SYMFONY_DEPRECATIONS_HELPER` env var to a regexp that matches this test case's `class::method` name. For example, `SYMFONY_DEPRECATIONS_HELPER=/^MyTest::testMethod$/ phpunit` will stop your test