8000 fixed deprecated messages in tests · symfony/symfony@92322f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92322f1

Browse files
committed
fixed deprecated messages in tests
1 parent 72501cd commit 92322f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperDivLayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function testMoneyWidgetInIso()
9090
$this->engine->setCharset('ISO-8859-1');
9191

9292
$view = $this->factory
93-
->createNamed('name', 'money')
93+
->createNamed('name', 'Symfony\Component\Form\Extension\Core\Type\MoneyType')
9494
->createView()
9595
;
9696

0 commit comments

Comments
 (0)
0