summaryrefslogtreecommitdiffstats
path: root/Tests/Http
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-12-29 15:45:35 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2013-12-29 15:45:35 +0100
commit64b27936a722b4fc759212882f9481b7dbf9b453 (patch)
tree203341dde8015be2962a640d29fdad7e979b2578 /Tests/Http
parent2e3d0a88a68a3347fa2c0a48d16f79c5e884c993 (diff)
downloadsymfony-security-64b27936a722b4fc759212882f9481b7dbf9b453.zip
symfony-security-64b27936a722b4fc759212882f9481b7dbf9b453.tar.gz
symfony-security-64b27936a722b4fc759212882f9481b7dbf9b453.tar.bz2
[Security] removed obsolete comment
Diffstat (limited to 'Tests/Http')
-rw-r--r--Tests/Http/Firewall/ExceptionListenerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/Http/Firewall/ExceptionListenerTest.php b/Tests/Http/Firewall/ExceptionListenerTest.php
index 6e996cd..b1c7622 100644
--- a/Tests/Http/Firewall/ExceptionListenerTest.php
+++ b/Tests/Http/Firewall/ExceptionListenerTest.php
@@ -168,7 +168,6 @@ class ExceptionListenerTest extends \PHPUnit_Framework_TestCase
$event = new GetResponseForExceptionEvent($kernel, Request::create('/'), HttpKernelInterface::MASTER_REQUEST, $exception);
- // FIXME: to be removed in 2.4
$dispatcher = $this->getMock('Symfony\Component\EventDispatcher\EventDispatcherInterface');
$event->setDispatcher($dispatcher);