Skip to content

Commit 9cffbf4

Browse files
committed
Updated PHPUnit namespaces
1 parent 28d3094 commit 9cffbf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Util/TargetPathTraitTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
namespace Symfony\Component\Security\Http\Tests\Util;
44

5+
use PHPUnit\Framework\TestCase;
56
use Symfony\Component\HttpFoundation\Session\SessionInterface;
67
use Symfony\Component\Security\Http\Util\TargetPathTrait;
78

8-
class TargetPathTraitTest extends \PHPUnit_Framework_TestCase
9+
class TargetPathTraitTest extends TestCase
910
{
1011
public function testSetTargetPath()
1112
{

0 commit comments

Comments
 (0)