Loading tests/UnicaenAuthTest/Acl/NamedRoleTest.php +2 −2 Original line number Diff line number Diff line <?php namespace UnicaenAuthTest\Acl; use PHPUnit_Framework_TestCase; use PHPUnit\Framework\TestCase; use UnicaenAuth\Acl\NamedRole; /** Loading @@ -9,7 +9,7 @@ use UnicaenAuth\Acl\NamedRole; * * @author Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr> */ class NamedRoleTest extends PHPUnit_Framework_TestCase class NamedRoleTest extends TestCase { public function testCanConstructWithoutName() { Loading tests/UnicaenAuthTest/Authentication/Adapter/AbstractFactoryTest.php +2 −2 Original line number Diff line number Diff line <?php namespace UnicaenAuthTest\Authentication\Adapter; use PHPUnit_Framework_TestCase; use PHPUnit\Framework\TestCase; use UnicaenAuth\Authentication\Adapter\AbstractFactory; use UnicaenAuth\Service\User; use Zend\EventManager\EventManager; Loading @@ -13,7 +13,7 @@ use Zend\ServiceManager\ServiceManager; * * @author Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr> */ class AbstractFactoryTest extends PHPUnit_Framework_TestCase class AbstractFactoryTest extends TestCase { protected $factory; Loading tests/UnicaenAuthTest/Authentication/Adapter/CasTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace UnicaenAuthTest\Authentication\Adapter; use CAS_GracefullTerminationException; use PHPUnit_Framework_TestCase; use PHPUnit\Framework\TestCase; use UnicaenApp\Exception; use UnicaenAuth\Authentication\Adapter\Cas; use Zend\EventManager\EventManager; Loading @@ -18,7 +18,7 @@ require_once __VENDOR_DIR__ . '/intouch/phpcas/CAS.php'; * * @author Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr> */ class CasTest extends PHPUnit_Framework_TestCase class CasTest extends TestCase { protected $adapter; protected $moduleOptions; Loading tests/UnicaenAuthTest/Authentication/Adapter/DbTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace UnicaenAuthTest\Authentication\Adapter; use PDOException; use PHPUnit_Framework_TestCase; use PHPUnit\Framework\TestCase; use UnicaenAuth\Authentication\Adapter\Db; use UnicaenAuth\Options\ModuleOptions; use Zend\Http\PhpEnvironment\Request; Loading @@ -15,7 +15,7 @@ use ZfcUser\Authentication\Adapter\AdapterChainEvent; * * @author Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr> */ class DbTest extends PHPUnit_Framework_TestCase class DbTest extends TestCase { protected $adapter; protected $moduleOptions; Loading tests/UnicaenAuthTest/Authentication/Adapter/LdapTest.php +2 −2 Original line number Diff line number Diff line <?php namespace UnicaenAuthTest\Authentication\Adapter; use PHPUnit_Framework_TestCase; use PHPUnit\Framework\TestCase; use UnicaenAuth\Authentication\Adapter\Ldap; use Zend\Authentication\Result; use Zend\EventManager\EventManager; Loading @@ -14,7 +14,7 @@ use ZfcUser\Authentication\Adapter\AdapterChainEvent; * * @author Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr> */ class LdapTest extends PHPUnit_Framework_TestCase class LdapTest extends TestCase { protected $adapter; protected $appModuleOptions; Loading Loading
tests/UnicaenAuthTest/Acl/NamedRoleTest.php +2 −2 Original line number Diff line number Diff line <?php namespace UnicaenAuthTest\Acl; use PHPUnit_Framework_TestCase; use PHPUnit\Framework\TestCase; use UnicaenAuth\Acl\NamedRole; /** Loading @@ -9,7 +9,7 @@ use UnicaenAuth\Acl\NamedRole; * * @author Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr> */ class NamedRoleTest extends PHPUnit_Framework_TestCase class NamedRoleTest extends TestCase { public function testCanConstructWithoutName() { Loading
tests/UnicaenAuthTest/Authentication/Adapter/AbstractFactoryTest.php +2 −2 Original line number Diff line number Diff line <?php namespace UnicaenAuthTest\Authentication\Adapter; use PHPUnit_Framework_TestCase; use PHPUnit\Framework\TestCase; use UnicaenAuth\Authentication\Adapter\AbstractFactory; use UnicaenAuth\Service\User; use Zend\EventManager\EventManager; Loading @@ -13,7 +13,7 @@ use Zend\ServiceManager\ServiceManager; * * @author Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr> */ class AbstractFactoryTest extends PHPUnit_Framework_TestCase class AbstractFactoryTest extends TestCase { protected $factory; Loading
tests/UnicaenAuthTest/Authentication/Adapter/CasTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace UnicaenAuthTest\Authentication\Adapter; use CAS_GracefullTerminationException; use PHPUnit_Framework_TestCase; use PHPUnit\Framework\TestCase; use UnicaenApp\Exception; use UnicaenAuth\Authentication\Adapter\Cas; use Zend\EventManager\EventManager; Loading @@ -18,7 +18,7 @@ require_once __VENDOR_DIR__ . '/intouch/phpcas/CAS.php'; * * @author Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr> */ class CasTest extends PHPUnit_Framework_TestCase class CasTest extends TestCase { protected $adapter; protected $moduleOptions; Loading
tests/UnicaenAuthTest/Authentication/Adapter/DbTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace UnicaenAuthTest\Authentication\Adapter; use PDOException; use PHPUnit_Framework_TestCase; use PHPUnit\Framework\TestCase; use UnicaenAuth\Authentication\Adapter\Db; use UnicaenAuth\Options\ModuleOptions; use Zend\Http\PhpEnvironment\Request; Loading @@ -15,7 +15,7 @@ use ZfcUser\Authentication\Adapter\AdapterChainEvent; * * @author Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr> */ class DbTest extends PHPUnit_Framework_TestCase class DbTest extends TestCase { protected $adapter; protected $moduleOptions; Loading
tests/UnicaenAuthTest/Authentication/Adapter/LdapTest.php +2 −2 Original line number Diff line number Diff line <?php namespace UnicaenAuthTest\Authentication\Adapter; use PHPUnit_Framework_TestCase; use PHPUnit\Framework\TestCase; use UnicaenAuth\Authentication\Adapter\Ldap; use Zend\Authentication\Result; use Zend\EventManager\EventManager; Loading @@ -14,7 +14,7 @@ use ZfcUser\Authentication\Adapter\AdapterChainEvent; * * @author Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr> */ class LdapTest extends PHPUnit_Framework_TestCase class LdapTest extends TestCase { protected $adapter; protected $appModuleOptions; Loading