Skip to content

Commit f09fd1b

Browse files
committed
fixed deprecated messages in tests
1 parent bfc2118 commit f09fd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Templating/Helper/FormHelperDivLayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function testMoneyWidgetInIso()
9090
$this->engine->setCharset('ISO-8859-1');
9191

9292
$view = $this->factory
93-
->createNamed('name', 'money')
93+
->createNamed('name', 'Symfony\Component\Form\Extension\Core\Type\MoneyType')
9494
->createView()
9595
;
9696

0 commit comments

Comments
 (0)