diff options
-rw-r--r-- | Http/Tests/Firewall/SimplePreAuthenticationListenerTest.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Http/Tests/Firewall/SimplePreAuthenticationListenerTest.php b/Http/Tests/Firewall/SimplePreAuthenticationListenerTest.php index b4a4a34..8567728 100644 --- a/Http/Tests/Firewall/SimplePreAuthenticationListenerTest.php +++ b/Http/Tests/Firewall/SimplePreAuthenticationListenerTest.php @@ -110,10 +110,7 @@ class SimplePreAuthenticationListenerTest extends \PHPUnit_Framework_TestCase ->will($this->returnValue($this->request)) ; - $this->logger = $this->getMockBuilder('Symfony\Bridge\Monolog\Logger') - ->disableOriginalConstructor() - ->getMock() - ; + $this->logger = $this->getMock('Psr\Log\LoggerInterface'); $this->securityContext = $this->getMockBuilder('Symfony\Component\Security\Core\SecurityContext') ->disableOriginalConstructor() |