We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc2118 commit f09fd1bCopy full SHA for f09fd1b
Tests/Templating/Helper/FormHelperDivLayoutTest.php
@@ -90,7 +90,7 @@ public function testMoneyWidgetInIso()
90
$this->engine->setCharset('ISO-8859-1');
91
92
$view = $this->factory
93
- ->createNamed('name', 'money')
+ ->createNamed('name', 'Symfony\Component\Form\Extension\Core\Type\MoneyType')
94
->createView()
95
;
96
0 commit comments