This repository was archived by the owner on May 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Security \Core \Tests \Authorization ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \Security \Core \Authorization \AccessDecisionManager ;
15
16
use Symfony \Component \Security \Core \Authorization \DebugAccessDecisionManager ;
16
17
use Symfony \Component \Security \Core \Authorization \TraceableAccessDecisionManager ;
17
18
use Symfony \Component \Security \Core \Authentication \Token \TokenInterface ;
18
19
19
- class TraceableAccessDecisionManagerTest extends \PHPUnit_Framework_TestCase
20
+ class TraceableAccessDecisionManagerTest extends TestCase
20
21
{
21
22
/**
22
23
* @dataProvider provideObjectsAndLogs
Original file line number Diff line number Diff line change 2
2
3
3
namespace Symfony \Component \Security \Http \Tests \Util ;
4
4
5
+ use PHPUnit \Framework \TestCase ;
5
6
use Symfony \Component \HttpFoundation \Session \SessionInterface ;
6
7
use Symfony \Component \Security \Http \Util \TargetPathTrait ;
7
8
8
- class TargetPathTraitTest extends \PHPUnit_Framework_TestCase
9
+ class TargetPathTraitTest extends TestCase
9
10
{
10
11
public function testSetTargetPath ()
11
12
{
You can’t perform that action at this time.
0 commit comments