8000 minor #26986 [TwigBundle] fix tests (xabbuh) · symfony/symfony@4b66721 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b66721

Browse filesBrowse files
minor #26986 [TwigBundle] fix tests (xabbuh)
This PR was merged into the 4.1-dev branch. Discussion ---------- [TwigBundle] fix tests | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 468533e [TwigBundle] fix tests
2 parents 306c599 + 468533e commit 4b66721

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