Skip to content

Commit 9a07b05

Browse files
mvhirschweaverryan
authored andcommitted
Added missing use statements
1 parent fd29a7e commit 9a07b05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cookbook/form/unit_testing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ on other extensions. You need add those extensions to the factory object::
168168
use Acme\TestBundle\Form\Type\TestedType;
169169
use Acme\TestBundle\Model\TestObject;
170170
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;
171174

172175
class TestedTypeTest extends TypeTestCase
173176
{

0 commit comments

Comments
 (0)