8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306c599 commit 468533eCopy full SHA for 468533e
src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/ConfigurationTest.php
@@ -45,6 +45,7 @@ public function testGetStrictVariablesDefaultFalse()
45
public function testGlobalsAreNotNormalized()
46
{
47
$input = array(
48
+ 'strict_variables' => false, // to be removed in 5.0 relying on default
49
'globals' => array('some-global' => true),
50
);
51
@@ -57,6 +58,7 @@ public function testGlobalsAreNotNormalized()
57
58
public function testArrayKeysInGlobalsAreNotNormalized()
59
60
61
62
'globals' => array('global' => array('some-key' => 'some-value')),
63
64
0 commit comments