Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36277a6

Browse files
committed
Fix the build
1 parent d47e616 commit 36277a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/unit_testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ cases may be the ``ValidatorExtension`` with its ``invalid_message`` option.
167167
The ``TypeTestCase`` only loads the core form extension, which means an
168168
"Invalid option" exception will be raised if you try to test a class that
169169
depends on other extensions. The
170-
:method:`Symfony\Component\Form\Test\TypeTestCase::getExtensions` allows you to
170+
:method:`Symfony\\Component\\Form\\Test\\TypeTestCase::getExtensions` allows you to
171171
return a list of extensions to register::
172172

173173
// src/AppBundle/Tests/Form/Type/TestedTypeTests.php

0 commit comments

Comments
 (0)