8000 [PhpUnitBridge] fix typo · symfony/symfony@1cec08b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cec08b

Browse files
committed
[PhpUnitBridge] fix typo
1 parent 342786a commit 1cec08b

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

< 59B4 /div>
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)
0