File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Component \Ldap \Tests ;
12
+ namespace Symfony \Component \Ldap \Tests \ Adapter \ ExtLdap ;
13
13
14
14
use Symfony \Component \Ldap \Adapter \ExtLdap \Adapter ;
15
15
use Symfony \Component \Ldap \Adapter \ExtLdap \Collection ;
16
16
use Symfony \Component \Ldap \Adapter \ExtLdap \Query ;
17
17
use Symfony \Component \Ldap \Entry ;
18
18
use Symfony \Component \Ldap \Exception \NotBoundException ;
19
19
use Symfony \Component \Ldap \LdapInterface ;
20
+ use Symfony \Component \Ldap \Tests \LdapTestCase ;
20
21
21
22
/**
22
23
* @requires extension ldap
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Component \Ldap \Tests ;
12
+ namespace Symfony \Component \Ldap \Tests \ Adapter \ ExtLdap ;
13
13
14
14
use Symfony \Component \Ldap \Adapter \ExtLdap \Adapter ;
15
15
use Symfony \Component \Ldap \Adapter \ExtLdap \Collection ;
16
16
use Symfony \Component \Ldap \Entry ;
17
17
use Symfony \Component \Ldap \Exception \LdapException ;
18
18
use Symfony \Component \Ldap \Exception \NotBoundException ;
19
+ use Symfony \Component \Ldap \Tests \LdapTestCase ;
19
20
20
21
/**
21
22
* @requires extension ldap
You can’t perform that action at this time.
0 commit comments