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

Commit fe0c5cd

Browse files
committed
Updated PHPUnit namespaces
1 parent c2762cb commit fe0c5cd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Core/Tests/Authorization/DebugAccessDecisionManagerTest.php

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

1212
namespace Symfony\Component\Security\Core\Tests\Authorization;
1313

14+
use PHPUnit\Framework\TestCase;
1415
use Symfony\Component\Security\Core\Authorization\AccessDecisionManager;
1516
use Symfony\Component\Security\Core\Authorization\DebugAccessDecisionManager;
1617
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
1718

18-
class DebugAccessDecisionManagerTest extends \PHPUnit_Framework_TestCase
19+
class DebugAccessDecisionManagerTest extends TestCase
1920
{
2021
/**
2122
* @dataProvider provideObjectsAndLogs

Http/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)