Skip to content

Commit 4580a8c

Browse files
Merge branch '4.3' into 4.4
* 4.3: [Security/Http] fix typo in deprecation message Various tweaks 3.4 Various tweaks 4.3 [PhpUnit] Fix usleep mock return value [Lock] use Predis\ClientInterface instead of Predis\Client Fix version typo in deprecation notice Make legacy "wrong" RFC2047 encoding apply only to one header
2 parents eb0defd + 19e46af commit 4580a8c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Tests/Adapter/ExtLdap/AdapterTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Ldap\Tests;
12+
namespace Symfony\Component\Ldap\Tests\Adapter\ExtLdap;
1313

1414
use Symfony\Component\Ldap\Adapter\ExtLdap\Adapter;
1515
use Symfony\Component\Ldap\Adapter\ExtLdap\Collection;
@@ -18,6 +18,7 @@
1818
use Symfony\Component\Ldap\Exception\LdapException;
1919
use Symfony\Component\Ldap\Exception\NotBoundException;
2020
use Symfony\Component\Ldap\LdapInterface;
21+
use Symfony\Component\Ldap\Tests\LdapTestCase;
2122

2223
/**
2324
* @requires extension ldap

Tests/Adapter/ExtLdap/LdapManagerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Ldap\Tests;
12+
namespace Symfony\Component\Ldap\Tests\Adapter\ExtLdap;
1313

1414
use Symfony\Component\Ldap\Adapter\ExtLdap\Adapter;
1515
use Symfony\Component\Ldap\Adapter\ExtLdap\Collection;
@@ -19,6 +19,7 @@
1919
use Symfony\Component\Ldap\Exception\LdapException;
2020
use Symfony\Component\Ldap\Exception\NotBoundException;
2121
use Symfony\Component\Ldap\Exception\UpdateOperationException;
22+
use Symfony\Component\Ldap\Tests\LdapTestCase;
2223

2324
/**
2425
* @requires extension ldap

0 commit comments

Comments
 (0)