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 fd29a7e commit 9a07b05Copy full SHA for 9a07b05
cookbook/form/unit_testing.rst
@@ -168,6 +168,9 @@ on other extensions. You need add those extensions to the factory object::
168
use Acme\TestBundle\Form\Type\TestedType;
169
use Acme\TestBundle\Model\TestObject;
170
use Symfony\Component\Form\Tests\Extension\Core\Type\TypeTestCase;
171
+ use Symfony\Component\Form\Forms;
172
+ use Symfony\Component\Form\FormBuilder;
173
+ use Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension;
174
175
class TestedTypeTest extends TypeTestCase
176
{
0 commit comments