Skip to content

Commit f9227d3

Browse files
committed
Various tweaks 3.4
1 parent aeca086 commit f9227d3

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,14 +9,15 @@
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;
1616
use Symfony\Component\Ldap\Adapter\ExtLdap\Query;
1717
use Symfony\Component\Ldap\Entry;
1818
use Symfony\Component\Ldap\Exception\NotBoundException;
1919
use Symfony\Component\Ldap\LdapInterface;
20+
use Symfony\Component\Ldap\Tests\LdapTestCase;
2021

2122
/**
2223
* @requires extension ldap

Tests/Adapter/ExtLdap/LdapManagerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
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;
1616
use Symfony\Component\Ldap\Entry;
1717
use Symfony\Component\Ldap\Exception\LdapException;
1818
use Symfony\Component\Ldap\Exception\NotBoundException;
19+
use Symfony\Component\Ldap\Tests\LdapTestCase;
1920

2021
/**
2122
* @requires extension ldap

0 commit comments

Comments
 (0)