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 3e6dc19 commit d4979ebCopy full SHA for d4979eb
form/unit_testing.rst
@@ -163,7 +163,7 @@ Forms Using Validation
163
If your forms uses the ``invalid_message`` or ``constraints`` option for validation, you need to
164
register the validation extension which provides this options.
165
Luckily Symfony provides a custom test class which does this for you.
166
-In order to have this option registered, your test needs to extend from the
+In order to have these options registered, your test needs to extend the
167
:class:`Symfony\\Component\\Form\\Tests\\Extension\\Validator\\Type\\TypeTestCase`
168
class::
169
0 commit comments