Skip to content

Commit f313a38

Browse files
Merge branch '4.4'
* 4.4: [4.3] Remove unused local variables
2 parents c36837b + 91a986d commit f313a38

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/FirewallTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Security\Http\Tests;
1313

1414
use PHPUnit\Framework\TestCase;
15-
use Symfony\Component\HttpFoundation\Response;
1615
use Symfony\Component\HttpKernel\Event\RequestEvent;
1716
use Symfony\Component\HttpKernel\HttpKernelInterface;
1817
use Symfony\Component\Security\Http\Firewall;
@@ -48,8 +47,6 @@ public function testOnKernelRequestRegistersExceptionListener()
4847

4948
public function testOnKernelRequestStopsWhenThereIsAResponse()
5049
{
51-
$response = new Response();
52-
5350
$called = [];
5451

5552
$first = function () use (&$called) {

0 commit comments

Comments
 (0)