Skip to content

Commit 19e46af

Browse files
Merge branch '3.4' into 4.3
* 3.4: Various tweaks 3.4 [PhpUnit] Fix usleep mock return value [Lock] use Predis\ClientInterface instead of Predis\Client
2 parents ba0a1f6 + f9227d3 commit 19e46af

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;
@@ -18,6 +18,7 @@
1818
use Symfony\Component\Ldap\Exception\LdapException;
1919
use Symfony\Component\Ldap\Exception\NotBoundException;
2020
use Symfony\Component\Ldap\Exception\UpdateOperationException;
21+
use Symfony\Component\Ldap\Tests\LdapTestCase;
2122

2223
/**
2324
* @requires extension ldap

0 commit comments

Comments
 (0)