Skip to content

Commit c619fb5

Browse files
Merge branch '3.2'
* 3.2: Updated PHPUnit namespaces Add missing conflict rules for phpunit
2 parents 96aa596 + 9cffbf4 commit c619fb5

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)