8000 PhpUnitBridge: Fix typo in note · symfony/symfony-docs@aaa03e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit aaa03e7

Browse files
author
Denis Brumann
authored
PhpUnitBridge: Fix typo in note
1 parent 8b4b418 commit aaa03e7

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)
0