Skip to content

Commit 0f0a576

Browse files
committed
fixed typo
1 parent b646de8 commit 0f0a576

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
@@ -159,7 +159,7 @@ public function isRootFormProvider()
159159
*/
160160
public function testIsRootForm($expected, FormView $formView)
161161
{
162-
$this->assertSame($expected, twig_is_root_form($formView));
162+
$this->assertSame($expected, \Symfony\Bridge\Twig\Extension\twig_is_root_form($formView));
163163
}
164164

165165
protected function renderForm(FormView $view, array $vars = array())

0 commit comments

Comments
 (0)