We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d3094 commit 9cffbf4Copy full SHA for 9cffbf4
Tests/Util/TargetPathTraitTest.php
@@ -2,10 +2,11 @@
2
3
namespace Symfony\Component\Security\Http\Tests\Util;
4
5
+use PHPUnit\Framework\TestCase;
6
use Symfony\Component\HttpFoundation\Session\SessionInterface;
7
use Symfony\Component\Security\Http\Util\TargetPathTrait;
8
-class TargetPathTraitTest extends \PHPUnit_Framework_TestCase
9
+class TargetPathTraitTest extends TestCase
10
{
11
public function testSetTargetPath()
12
0 commit comments