[Security] removed obsolete comment

This commit is contained in:
Fabien Potencier 2013-12-29 15:45:35 +01:00
parent e9d12dd520
commit 28e9e0631c

View File

@ -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);