Skip to content

Commit d6dfce8

Browse files
committed
Merge branch '3.4' into 4.0
* 3.4: fixed missing use statement fixed deprecated messages in tests
2 parents 5b147c6 + ffb66e0 commit d6dfce8

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)