Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 4, 2017
1 parent 8a4bb79 commit 11105f3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -159,7 +159,7 @@ public function isRootFormProvider()
*/
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())
Expand Down

0 comments on commit 11105f3

Please sign in to comment.