fixed typo

This commit is contained in:
Fabien Potencier 2017-12-04 11:01:57 -08:00
parent b646de885c
commit 0f0a5764ca
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class FormExtensionDivLayoutTest extends AbstractDivLayoutTest
*/
public function testIsRootForm($expected, FormView $formView)
{
$this->assertSame($expected, twig_is_root_form($formView));
$this->assertSame($expected, \Symfony\Bridge\Twig\Extension\twig_is_root_form($formView));
}
protected function renderForm(FormView $view, array $vars = array())