We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94827c5 commit e714cdaCopy full SHA for e714cda
components/phpunit_bridge.rst
@@ -139,7 +139,7 @@ Write Assertions about Deprecations
139
When adding deprecations to your code, you might like writing tests that verify
140
that they are triggered as required. To do so, the bridge provides the
141
``@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
+It requires you to pass the expected message, given in the same format as for
143
the `PHPUnit's assertStringMatchesFormat()`_ method. If you expect more than one
144
deprecation message for a given test method, you can use the annotation several
145
times (order matters)::
0 commit comments