File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Ldap \Tests ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \Ldap \Adapter \AdapterInterface ;
15
16
use Symfony \Component \Ldap \Adapter \ConnectionInterface ;
16
17
use Symfony \Component \Ldap \Exception \DriverNotFoundException ;
17
18
use Symfony \Component \Ldap \Ldap ;
18
19
19
- class LdapTest extends \PHPUnit_Framework_TestCase
20
+ class LdapTest extends TestCase
20
21
{
21
22
/** @var \PHPUnit_Framework_MockObject_MockObject */
22
23
private $ adapter ;
Original file line number Diff line number Diff line change 2
2
3
3
namespace Symfony \Component \Ldap \Tests ;
4
4
5
- class LdapTestCase extends \PHPUnit_Framework_TestCase
5
+ use PHPUnit \Framework \TestCase ;
6
+
7
+ class LdapTestCase extends TestCase
6
8
{
7
9
protected function getLdapConfig ()
8
10
{
You can’t perform that action at this time.
0 commit comments