Skip to content

Commit df85630

Browse files
Merge branch '2.8' into 3.3
* 2.8: [Form] fix how form type is referenced in test
2 parents ba09f29 + 783a5f8 commit df85630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AbstractBootstrap3LayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,7 @@ public function testMoney()
19161916

19171917
public function testMoneyWithoutCurrency()
19181918
{
1919-
$form = $this->factory->createNamed('name', 'money', 1234.56, array(
1919+
$form = $this->factory->createNamed('name', 'Symfony\Component\Form\Extension\Core\Type\MoneyType', 1234.56, array(
19201920
'currency' => false,
19211921
));
19221922

0 commit comments

Comments
 (0)