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 a7bef17 commit ed15788Copy full SHA for ed15788
Tests/LdapClientTest.php
@@ -11,13 +11,14 @@
11
12
namespace Symfony\Component\Ldap\Tests;
13
14
+use PHPUnit\Framework\TestCase;
15
use Symfony\Component\Ldap\LdapClient;
16
use Symfony\Polyfill\Php56\Php56 as p;
17
18
/**
19
* @requires extension ldap
20
*/
-class LdapClientTest extends \PHPUnit_Framework_TestCase
21
+class LdapClientTest extends TestCase
22
{
23
public function testLdapEscape()
24
0 commit comments