Skip to content

Commit ed15788

Browse files
peterrehmnicolas-grekas
authored andcommitted
Updated PHPUnit namespaces
1 parent a7bef17 commit ed15788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/LdapClientTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111

1212
namespace Symfony\Component\Ldap\Tests;
1313

14+
use PHPUnit\Framework\TestCase;
1415
use Symfony\Component\Ldap\LdapClient;
1516
use Symfony\Polyfill\Php56\Php56 as p;
1617

1718
/**
1819
* @requires extension ldap
1920
*/
20-
class LdapClientTest extends \PHPUnit_Framework_TestCase
21+
class LdapClientTest extends TestCase
2122
{
2223
public function testLdapEscape()
2324
{

0 commit comments

Comments
 (0)