Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Feb 7, 2018
1 parent abb9132 commit 39e88ed
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -37,11 +37,11 @@ public function testTwigBridgeExtensionsAreRegisteredFirst()
->with('twig.extension')
->will($this->returnValue(array(
'other_extension' => array(
array()
array(),
),
'twig_bridge_extension' => array(
array()
)
array(),
),
)));

$otherExtensionDefinitionMock = $this->getMockBuilder(Definition::class)
Expand Down

0 comments on commit 39e88ed

Please sign in to comment.