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 ;
18
18
use Symfony \Component \Ldap \Exception \LdapException ;
19
19
use Symfony \Component \Ldap \Exception \NotBoundException ;
20
20
use Symfony \Component \Ldap \LdapInterface ;
21
+ use Symfony \Component \Ldap \Tests \LdapTestCase ;
21
22
22
23
/**
23
24
* @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 ;
18
18
use Symfony \Component \Ldap \Exception \LdapException ;
19
19
use Symfony \Component \Ldap \Exception \NotBoundException ;
20
20
use Symfony \Component \Ldap \Exception \UpdateOperationException ;
21
+ use Symfony \Component \Ldap \Tests \LdapTestCase ;
21
22
22
23
/**
23
24
* @requires extension ldap
You can’t perform that action at this time.
0 commit comments