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 eb5aee5 + 7a42a3f commit 28d3094Copy full SHA for 28d3094
Tests/Firewall/DigestAuthenticationListenerTest.php
@@ -2,12 +2,13 @@
2
3
namespace Symfony\Component\Security\Http\Tests\Firewall;
4
5
+use PHPUnit\Framework\TestCase;
6
use Symfony\Component\HttpFoundation\Request;
7
use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
8
use Symfony\Component\Security\Http\EntryPoint\DigestAuthenticationEntryPoint;
9
use Symfony\Component\Security\Http\Firewall\DigestAuthenticationListener;
10
-class DigestAuthenticationListenerTest extends \PHPUnit_Framework_TestCase
11
+class DigestAuthenticationListenerTest extends TestCase
12
{
13
public function testHandleWithValidDigest()
14
0 commit comments