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 cffa826 commit 182f906Copy full SHA for 182f906
src/Symfony/Component/Form/Tests/Extension/Core/Type/FileTypeTest.php
@@ -56,7 +56,7 @@ public function testSubmitEmpty()
56
57
public function testSubmitEmptyMultiple()
58
{
59
- $form = $this->factory->createBuilder('file', null, array(
+ $form = $this->factory->createBuilder('Symfony\Component\Form\Extension\Core\Type\FileType', null, array(
60
'multiple' => true,
61
))->getForm();
62
@@ -68,7 +68,7 @@ public function testSubmitEmptyMultiple()
68
69
public function testSetDataMultiple()
70
71
72
73
74
0 commit comments