Skip to content

Commit 8e67f1b

Browse files
Merge branch '3.4' into 4.0
* 3.4: [Form] fix how form type is referenced in test [Console] Fix console tests by adding the missing condition
2 parents af061ae + 95f7b6c commit 8e67f1b

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)