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

Commit 86ac49e

Browse files
Merge branch '3.2'
* 3.2: Updated PHPUnit namespaces Add missing conflict rules for phpunit
2 parents 93da22f + fe0c5cd commit 86ac49e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Core/Tests/Authorization/TraceableAccessDecisionManagerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
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\Authorization\TraceableAccessDecisionManager;
1718
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
1819

19-
class TraceableAccessDecisionManagerTest extends \PHPUnit_Framework_TestCase
20+
class TraceableAccessDecisionManagerTest extends TestCase
2021
{
2122
/**
2223
* @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)