Skip to content

Commit ffb66e0

Browse files
committed
Merge branch '2.8' into 3.4
* 2.8: fixed deprecated messages in tests
2 parents 5a403e6 + 249a76c commit ffb66e0

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
@@ -178,7 +178,7 @@ public function testMoneyWidgetInIso()
178178
$this->extension->initRuntime($environment);
179179

180180
$view = $this->factory
181-
->createNamed('name', 'money')
181+
->createNamed('name', 'Symfony\Component\Form\Extension\Core\Type\MoneyType')
182182
->createView()
183183
;
184184

0 commit comments

Comments
 (0)