8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342786a commit 1cec08bCopy full SHA for 1cec08b
src/Symfony/Bridge/PhpUnit/README.md
@@ -53,7 +53,7 @@ You have to decide either to:
53
forward compatibility;
54
* or move them to the **Legacy** section (by using one of the above way).
55
< 59B4 /div>
56
-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
57
one of your unit tests, you can set the `SYMFONY_DEPRECATIONS_HELPER` env var to
58
a regexp that matches this test case's `class::method` name. For example,
59
`SYMFONY_DEPRECATIONS_HELPER=/^MyTest::testMethod$/ phpunit` will stop your test
0 commit comments