Thanks to visit codestin.com Credit goes to github.com
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 d47e616 commit 36277a6Copy full SHA for 36277a6
cookbook/form/unit_testing.rst
@@ -167,7 +167,7 @@ cases may be the ``ValidatorExtension`` with its ``invalid_message`` option.
167
The ``TypeTestCase`` only loads the core form extension, which means an
168
"Invalid option" exception will be raised if you try to test a class that
169
depends on other extensions. The
170
-:method:`Symfony\Component\Form\Test\TypeTestCase::getExtensions` allows you to
+:method:`Symfony\\Component\\Form\\Test\\TypeTestCase::getExtensions` allows you to
171
return a list of extensions to register::
172
173
// src/AppBundle/Tests/Form/Type/TestedTypeTests.php
0 commit comments