Skip to content

Commit 68f2c27

Browse files
committed
fix failing tests after function removal
1 parent 49b44fb commit 68f2c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Compiler/FilterPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testProcessNoServiceDefinition()
3232
public function testProcessCodeCoverage()
3333
{
3434
$coverage = $this->createMock('Symfony\Component\DependencyInjection\Definition');
35-
$coverage->expects($this->exactly(4))
35+
$coverage->expects($this->exactly(3))
3636
->method('addMethodCall');
3737

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

0 commit comments

Comments
 (0)