Skip to content

Commit 66a009b

Browse files
committed
Removed extra class
1 parent 791d647 commit 66a009b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

form/unit_testing.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ Forms Using Validation
163163
If your form uses the ``invalid_message`` or ``constraints`` option for validation, you need to
164164
register the validation extension which provides these options.
165165
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::
166+
``Symfony\Component\Form\Tests\Extension\Validator\Type\TypeTestCase``::
168167

169168
// tests/AppBundle/Form/Type/TestedTypeTest.php
170169
namespace Tests\AppBundle\Form\Type;

0 commit comments

Comments
 (0)