Skip to content

Commit 28d3094

Browse files
Merge branch '2.8' into 3.2
* 2.8: Updated PHPUnit namespaces
2 parents eb5aee5 + 7a42a3f commit 28d3094

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Firewall/DigestAuthenticationListenerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
namespace Symfony\Component\Security\Http\Tests\Firewall;
44

5+
use PHPUnit\Framework\TestCase;
56
use Symfony\Component\HttpFoundation\Request;
67
use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
78
use Symfony\Component\Security\Http\EntryPoint\DigestAuthenticationEntryPoint;
89
use Symfony\Component\Security\Http\Firewall\DigestAuthenticationListener;
910

10-
class DigestAuthenticationListenerTest extends \PHPUnit_Framework_TestCase
11+
class DigestAuthenticationListenerTest extends TestCase
1112
{
1213
public function testHandleWithValidDigest()
1314
{

0 commit comments

Comments
 (0)