Skip to content

Commit cdfae4f

Browse files
committed
minor symfony#16717 [PhpUnitBridge] fix typo (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- [PhpUnitBridge] fix typo | Q | A | ------------- | --- | Fixed tickets | symfony#16709 | License | MIT Commits ------- 1cec08b [PhpUnitBridge] fix typo
2 parents 342786a + 1cec08b commit cdfae4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/PhpUnit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You have to decide either to:
5353
forward compatibility;
5454
* or move them to the **Legacy** section (by using one of the above way).
5555

56-
In you need to inspect the stack trace of a particular deprecation triggered by
56+
In case you need to inspect the stack trace of a particular deprecation triggered by
5757
one of your unit tests, you can set the `SYMFONY_DEPRECATIONS_HELPER` env var to
5858
a regexp that matches this test case's `class::method` name. For example,
5959
`SYMFONY_DEPRECATIONS_HELPER=/^MyTest::testMethod$/ phpunit` will stop your test

0 commit comments

Comments
 (0)