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

Commit 0b31572

Browse files
committed
Updated to PHPUnit namespaces
1 parent 86ac49e commit 0b31572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Http/Firewall/UsernamePasswordJsonAuthenticationListenerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
namespace Symfony\Component\Security\Tests\Http\Firewall;
1313

14+
use PHPUnit\Framework\TestCase;
1415
use Symfony\Component\HttpFoundation\Request;
1516
use Symfony\Component\HttpFoundation\Response;
1617
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
@@ -27,7 +28,7 @@
2728
/**
2829
* @author Kévin Dunglas <[email protected]>
2930
*/
30-
class UsernamePasswordJsonAuthenticationListenerTest extends \PHPUnit_Framework_TestCase
31+
class UsernamePasswordJsonAuthenticationListenerTest extends TestCase
3132
{
3233
/**
3334
* @var UsernamePasswordJsonAuthenticationListener

0 commit comments

Comments
 (0)