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 cf0f9e6 commit 6fda2dfCopy full SHA for 6fda2df
form/unit_testing.rst
@@ -163,8 +163,7 @@ Forms Using Validation
163
If your form uses the ``invalid_message`` or ``constraints`` option for validation, you need to
164
register the validation extension which provides these options.
165
Luckily Symfony provides a base test class which takes care of it, just extend
166
-``Symfony\Component\Form\Tests\Extension\Validator\Type\TypeTestCase``
167
-class::
+``Symfony\Component\Form\Tests\Extension\Validator\Type\TypeTestCase``::
168
169
// tests/AppBundle/Form/Type/TestedTypeTest.php
170
namespace Tests\AppBundle\Form\Type;
0 commit comments