8000 [TwigBundle] fix tests · symfony/symfony@468533e · GitHub
[go: up one dir, main page]

Skip to content

Commit 468533e

Browse files
committed
[TwigBundle] fix tests
1 parent 306c599 commit 468533e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/ConfigurationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function testGetStrictVariablesDefaultFalse()
4545
public function testGlobalsAreNotNormalized()
4646
{
4747
$input = array(
48+
'strict_variables' => false, // to be removed in 5.0 relying on default
4849
'globals' => array('some-global' => true),
4950
);
5051

@@ -57,6 +58,7 @@ public function testGlobalsAreNotNormalized()
5758
public function testArrayKeysInGlobalsAreNotNormalized()
5859
{
5960
$input = array(
61+
'strict_variables' => false, // to be removed in 5.0 relying on default
6062
'globals' => array('global' => array('some-key' => 'some-value')),
6163
);
6264

0 commit comments

Comments
 (0)
0