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 a84aa9f commit 605bf2dCopy full SHA for 605bf2d
form/unit_testing.rst
@@ -162,7 +162,7 @@ Forms Using Validation
162
If your forms uses the ``invalid_message`` or ``constraints`` option for validation, you need to
163
register the validation extension which provides this options.
164
Luckily Symfony provides a custom test class which does this for you.
165
-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
166
:class:`Symfony\\Component\\Form\\Tests\\Extension\\Validator\\Type\\TypeTestCase`
167
class::
168
0 commit comments