We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b646de8 commit 0f0a576Copy full SHA for 0f0a576
src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionDivLayoutTest.php
@@ -159,7 +159,7 @@ public function isRootFormProvider()
159
*/
160
public function testIsRootForm($expected, FormView $formView)
161
{
162
- $this->assertSame($expected, twig_is_root_form($formView));
+ $this->assertSame($expected, \Symfony\Bridge\Twig\Extension\twig_is_root_form($formView));
163
}
164
165
protected function renderForm(FormView $view, array $vars = array())
0 commit comments