Skip to content

Commit e714cda

Browse files
committed
[#7074] minor typo fix
1 parent 94827c5 commit e714cda

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
@@ -139,7 +139,7 @@ Write Assertions about Deprecations
139139
When adding deprecations to your code, you might like writing tests that verify
140140
that they are triggered as required. To do so, the bridge provides the
141141
``@expectedDeprecation`` annotation that you can use on your test methods.
142-
It requires you to pass the expected message, given in the same format than for
142+
It requires you to pass the expected message, given in the same format as for
143143
the `PHPUnit's assertStringMatchesFormat()`_ method. If you expect more than one
144144
deprecation message for a given test method, you can use the annotation several
145145
times (order matters)::

0 commit comments

Comments
 (0)