Skip to content

Commit a327949

Browse files
committed
minor #10303 PhpUnit Bridge: Fixes typo in note (dbrumann)
This PR was merged into the 2.8 branch. Discussion ---------- PhpUnit Bridge: Fixes typo in note Fixes a small typo in the note. Commits ------- aaa03e7 PhpUnitBridge: Fix typo in note
2 parents 8b4b418 + aaa03e7 commit a327949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ There are three ways to mark a test as legacy:
135135
.. note::
136136

137137
If your data provider calls code that would usually trigger a deprecation,
138-
you can prefix its name with ``provideLegacy`` or ``getLegacy`` to silent
138+
you can prefix its name with ``provideLegacy`` or ``getLegacy`` to silence
139139
these deprecations. If your data provider does not execute deprecated
140140
code, it is not required to choose a special naming just because the
141141
test being fed by the data provider is marked as legacy.

0 commit comments

Comments
 (0)