Skip to content

Commit e060743

Browse files
committed
Fix tests
1 parent cff4dc5 commit e060743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/Compiler/AddSwiftMailerTransportPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected function setUp()
2929
{
3030
$this->compilerPass = new AddSwiftMailerTransportPass();
3131
$this->definition = $this->getMock('\Symfony\Component\DependencyInjection\Definition');
32-
$this->container = $this->getMock('\Symfony\Component\DependencyInjection\ContainerBuilder');
32+
$this->container = $this->getMock('\Symfony\Component\DependencyInjection\ContainerBuilder', array('getParameter', 'getDefinition', 'hasDefinition', 'addMethodCall'));
3333
$this->container->expects($this->any())
3434
->method('getParameter')
3535
->with('monolog.swift_mailer.handlers')

0 commit comments

Comments
 (0)