This commit is contained in:
Fabien Potencier 2018-02-07 06:34:13 +01:00
parent abb913283e
commit 39e88ed312

View File

@ -37,11 +37,11 @@ class TwigEnvironmentPassTest extends TestCase
->with('twig.extension') ->with('twig.extension')
->will($this->returnValue(array( ->will($this->returnValue(array(
'other_extension' => array( 'other_extension' => array(
array() array(),
), ),
'twig_bridge_extension' => array( 'twig_bridge_extension' => array(
array() array(),
) ),
))); )));
$otherExtensionDefinitionMock = $this->getMockBuilder(Definition::class) $otherExtensionDefinitionMock = $this->getMockBuilder(Definition::class)