Skip to content

Commit 783a5f8

Browse files
committed
[Form] fix how form type is referenced in test
1 parent 968e1a5 commit 783a5f8

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
@@ -1979,7 +1979,7 @@ public function testMoney()
19791979

19801980
public function testMoneyWithoutCurrency()
19811981
{
1982-
$form = $this->factory->createNamed('name', 'money', 1234.56, array(
1982+
$form = $this->factory->createNamed('name', 'Symfony\Component\Form\Extension\Core\Type\MoneyType', 1234.56, array(
19831983
'currency' => false,
19841984
));
19851985

0 commit comments

Comments
 (0)