Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit ce514ec

Browse files
Merge branch '4.3' into 4.4
* 4.3: [4.3] Remove unused local variables
2 parents fc0576e + c315059 commit ce514ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Http/Tests/FirewallTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
1616
use Symfony\Component\HttpFoundation\Request;
17-
use Symfony\Component\HttpFoundation\Response;
1817
use Symfony\Component\HttpKernel\Event\RequestEvent;
1918
use Symfony\Component\HttpKernel\HttpKernelInterface;
2019
use Symfony\Component\Security\Http\Firewall;
@@ -52,8 +51,6 @@ public function testOnKernelRequestRegistersExceptionListener()
5251

5352
public function testOnKernelRequestStopsWhenThereIsAResponse()
5453
{
55-
$response = new Response();
56-
5754
$called = [];
5855

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

0 commit comments

Comments
 (0)