Skip to content

Commit

Permalink
fix RegisterListenersPass test
Browse files Browse the repository at this point in the history
With #12088 being merged, the test needs to be adapted to reflect the
2.5 specific changes.
  • Loading branch information
xabbuh committed Oct 1, 2014
1 parent cfd1ecf commit 9d2120b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ public function testValidEventSubscriber()

$builder = $this->getMock(
'Symfony\Component\DependencyInjection\ContainerBuilder',
array('hasDefinition', 'findTaggedServiceIds', 'getDefinition')
array('hasDefinition', 'findTaggedServiceIds', 'getDefinition', 'findDefinition')
);
$builder->expects($this->any())
->method('hasDefinition')
Expand Down

0 comments on commit 9d2120b

Please sign in to comment.