8000 Merge branch '2.8' into 3.4 · symfony/symfony@367a7a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 367a7a7

Browse files
committed
Merge branch '2.8' into 3.4
* 2.8: fixed deprecated messages in tests
2 parents 500b679 + 79d491c commit 367a7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Twig/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)
0