Skip to content

Commit 95f7b6c

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

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)