Skip to content

Commit bff5014

Browse files
minor symfony#25454 [Form] fix how form type is referenced in test (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- [Form] fix how form type is referenced in test | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- f859ae9 [Form] fix how form type is referenced in test
2 parents fb52f94 + f859ae9 commit bff5014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/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)