Skip to content

Commit 606dcef

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: fixed tests Disallow viewing dot-files in Profiler
2 parents 99737f9 + 598284e commit 606dcef

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, $this->extension->isRootForm($formView));
165+
$this->assertSame($expected, twig_is_root_form($formView));
166166
}
167167

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

0 commit comments

Comments
 (0)