Skip to content

Commit f548b37

Browse files
committed
fixed deprecated messages in tests
1 parent 5a33e5e commit f548b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/FormExtensionBootstrap3LayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function testMoneyWidgetInIso()
100100
$this->extension->initRuntime($environment);
101101

102102
$view = $this->factory
103-
->createNamed('name', 'money')
103+
->createNamed('name', 'Symfony\Component\Form\Extension\Core\Type\MoneyType')
104104
->createView()
105105
;
106106

0 commit comments

Comments
 (0)