We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c36837b + 91a986d commit f313a38Copy full SHA for f313a38
Tests/FirewallTest.php
@@ -12,7 +12,6 @@
12
namespace Symfony\Component\Security\Http\Tests;
13
14
use PHPUnit\Framework\TestCase;
15
-use Symfony\Component\HttpFoundation\Response;
16
use Symfony\Component\HttpKernel\Event\RequestEvent;
17
use Symfony\Component\HttpKernel\HttpKernelInterface;
18
use Symfony\Component\Security\Http\Firewall;
@@ -48,8 +47,6 @@ public function testOnKernelRequestRegistersExceptionListener()
48
47
49
public function testOnKernelRequestStopsWhenThereIsAResponse()
50
{
51
- $response = new Response();
52
-
53
$called = [];
54
55
$first = function () use (&$called) {
0 commit comments