Skip to content

Commit 249a76c

Browse files
committed
fixed deprecated messages in tests
1 parent f548b37 commit 249a76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/FormExtensionDivLayoutTest.php

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

201201
$view = $this->factory
202-
->createNamed('name', 'money')
202+
->createNamed('name', 'Symfony\Component\Form\Extension\Core\Type\MoneyType')
203203
->createView()
204204
;
205205

0 commit comments

Comments
 (0)