Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a07b05

Browse files
mvhirschweaverryan
authored andcommitted
Added missing use statements
1 parentfd29a7e commit9a07b05

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)

[8]ページ先頭

©2009-2025 Movatter.jp