fixed tests

This commit is contained in:
Fabien Potencier 2017-12-04 10:36:52 -08:00
parent 8a4bb79203
commit 11105f3717

View File

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