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 1111
1212namespace Symfony \Component \Ldap \Tests ;
1313
14+ use PHPUnit \Framework \TestCase ;
1415use Symfony \Component \Ldap \Adapter \AdapterInterface ;
1516use Symfony \Component \Ldap \Adapter \ConnectionInterface ;
1617use Symfony \Component \Ldap \Exception \DriverNotFoundException ;
1718use Symfony \Component \Ldap \Ldap ;
1819
19- class LdapTest extends \PHPUnit_Framework_TestCase
20+ class LdapTest extends TestCase
2021{
2122 /** @var \PHPUnit_Framework_MockObject_MockObject */
2223 private $ adapter ;
Original file line number Diff line number Diff line change 22
33namespace Symfony \Component \Ldap \Tests ;
44
5- class LdapTestCase extends \PHPUnit_Framework_TestCase
5+ use PHPUnit \Framework \TestCase ;
6+
7+ class LdapTestCase extends TestCase
68{
79 protected function getLdapConfig ()
810 {
You can’t perform that action at this time.
0 commit comments