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.
2 parents 96aa596 + 9cffbf4 commit c619fb5Copy full SHA for c619fb5
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