Skip to content

Commit 82f571a

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: fixed typo [FrameworkBundle] Fix a bug where a color tag will be shown when passing an antislash
2 parents 606dcef + 293fbae commit 82f571a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/FormExtensionDivLayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function isRootFormProvider()
162162
*/
163163
public function testIsRootForm($expected, FormView $formView)
164164
{
165-
$this->assertSame($expected, twig_is_root_form($formView));
165+
$this->assertSame($expected, \Symfony\Bridge\Twig\Extension\twig_is_root_form($formView));
166166
}
167167

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

0 commit comments

Comments
 (0)