We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93ee6e commit a2f67dfCopy full SHA for a2f67df
Tests/FirewallTest.php
@@ -14,7 +14,6 @@
14
use PHPUnit\Framework\TestCase;
15
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
16
use Symfony\Component\HttpFoundation\Request;
17
-use Symfony\Component\HttpFoundation\Response;
18
use Symfony\Component\HttpKernel\Event\RequestEvent;
19
use Symfony\Component\HttpKernel\HttpKernelInterface;
20
use Symfony\Component\Security\Http\Firewall;
@@ -52,8 +51,6 @@ public function testOnKernelRequestRegistersExceptionListener()
52
51
53
public function testOnKernelRequestStopsWhenThereIsAResponse()
54
{
55
- $response = new Response();
56
-
57
$called = [];
58
59
$first = function () use (&$called) {
0 commit comments