Skip to content

Commit

Permalink
fix failing tests after function removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ek9 committed May 9, 2018
1 parent 49b44fb commit 68f2c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Compiler/FilterPassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function testProcessNoServiceDefinition()
public function testProcessCodeCoverage()
{
$coverage = $this->createMock('Symfony\Component\DependencyInjection\Definition');
$coverage->expects($this->exactly(4))
$coverage->expects($this->exactly(3))
->method('addMethodCall');

$container = $this->createMock('Symfony\Component\DependencyInjection\ContainerBuilder');
Expand Down

0 comments on commit 68f2c27

Please sign in to comment.