8000 merged branch bschussek/testfix (PR #4787) · symfony/symfony@b34bdd4 · GitHub
[go: up one dir, main page]

Skip to content
65F2

Commit b34bdd4

Browse files
committed
merged branch bschussek/testfix (PR #4787)
Commits ------- 2e1941f [Form] Fixed failing test in AbstractLayoutTest Discussion ---------- [Form] Fixed failing test in AbstractLayoutTest Bug fix: yes Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: - Todo: -
2 parents 97b017b + 2e1941f commit b34bdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Tests/AbstractLayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ public function testCollectionPrototype()
17211721

17221722
public function testEmptyRootFormName()
17231723
{
1724-
$form = $this->factory->createNamedBuilder('', 'form', '')
1724+
$form = $this->factory->createNamedBuilder('', 'form')
17251725
->add('child', 'text')
17261726
->getForm();
17271727

0 commit comments

Comments
 (0)
0