Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Dec 17, 2015
1 parent d47e616 commit 36277a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/form/unit_testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ cases may be the ``ValidatorExtension`` with its ``invalid_message`` option.
The ``TypeTestCase`` only loads the core form extension, which means an
"Invalid option" exception will be raised if you try to test a class that
depends on other extensions. The
:method:`Symfony\Component\Form\Test\TypeTestCase::getExtensions` allows you to
:method:`Symfony\\Component\\Form\\Test\\TypeTestCase::getExtensions` allows you to
return a list of extensions to register::

// src/AppBundle/Tests/Form/Type/TestedTypeTests.php
Expand Down

0 comments on commit 36277a6

Please sign in to comment.