Thanks to visit codestin.com Credit goes to github.com
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 abb9132 commit 39e88edCopy full SHA for 39e88ed
src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigEnvironmentPassTest.php
@@ -37,11 +37,11 @@ public function testTwigBridgeExtensionsAreRegisteredFirst()
37
->with('twig.extension')
38
->will($this->returnValue(array(
39
'other_extension' => array(
40
- array()
+ array(),
41
),
42
'twig_bridge_extension' => array(
43
44
- )
+ ),
45
)));
46
47
$otherExtensionDefinitionMock = $this->getMockBuilder(Definition::class)
0 commit comments