summaryrefslogtreecommitdiffstats
path: root/Tests/Http
diff options
context:
space:
mode:
authorJordi Boggiano <j.boggiano@seld.be>2013-01-09 10:41:17 +0100
committerJordi Boggiano <j.boggiano@seld.be>2013-01-09 10:52:29 +0100
commitf2c1575e23072ee8c25fd1c0cb2cb2d6a109a455 (patch)
tree5569ba54393bd947e8200d44b91213f01c0fae75 /Tests/Http
parentdb8e5edc6840381ceabd3c29d8132f76c212189f (diff)
downloadsymfony-security-f2c1575e23072ee8c25fd1c0cb2cb2d6a109a455.zip
symfony-security-f2c1575e23072ee8c25fd1c0cb2cb2d6a109a455.tar.gz
symfony-security-f2c1575e23072ee8c25fd1c0cb2cb2d6a109a455.tar.bz2
Remove use of deprecated HttpKernel LoggerInterface
Diffstat (limited to 'Tests/Http')
-rw-r--r--Tests/Http/Firewall/RememberMeListenerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Http/Firewall/RememberMeListenerTest.php b/Tests/Http/Firewall/RememberMeListenerTest.php
index 5f31273..8ad4c55 100644
--- a/Tests/Http/Firewall/RememberMeListenerTest.php
+++ b/Tests/Http/Firewall/RememberMeListenerTest.php
@@ -177,7 +177,7 @@ class RememberMeListenerTest extends \PHPUnit_Framework_TestCase
protected function getLogger()
{
- return $this->getMock('Symfony\Component\HttpKernel\Log\LoggerInterface');
+ return $this->getMock('Psr\Log\LoggerInterface');
}
protected function getManager()