Skip to content

Commit 182f906

Browse files
Fix merge
1 parent cffa826 commit 182f906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Form/Tests/Extension/Core/Type/FileTypeTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testSubmitEmpty()
5656

5757
public function testSubmitEmptyMultiple()
5858
{
59-
$form = $this->factory->createBuilder('file', null, array(
59+
$form = $this->factory->createBuilder('Symfony\Component\Form\Extension\Core\Type\FileType', null, array(
6060
'multiple' => true,
6161
))->getForm();
6262

@@ -68,7 +68,7 @@ public function testSubmitEmptyMultiple()
6868

6969
public function testSetDataMultiple()
7070
{
71-
$form = $this->factory->createBuilder('file', null, array(
71+
$form = $this->factory->createBuilder('Symfony\Component\Form\Extension\Core\Type\FileType', null, array(
7272
'multiple' => true,
7373
))->getForm();
7474

0 commit comments

Comments
 (0)