test cases inherit from PhpUnit testcase with namespeces

This name is available since phpunit 4.8.36 and 5.4.3.
This commit is contained in:
SimonHeimberg 2017-07-24 08:45:52 +02:00
commit 7a8ed48e3d
32 changed files with 33 additions and 33 deletions

View file

@ -4,7 +4,7 @@ namespace Tests\PHPCensor\Security\Authentication;
use PHPCensor\Security\Authentication\Service;
class ServiceTest extends \PHPUnit_Framework_TestCase
class ServiceTest extends \PHPUnit\Framework\TestCase
{
public function testGetInstance()
{

View file

@ -5,7 +5,7 @@ namespace Tests\PHPCensor\Security\Authentication\UserProvider;
use PHPCensor\Model\User;
use PHPCensor\Security\Authentication\UserProvider\Internal;
class InternalTest extends \PHPUnit_Framework_TestCase
class InternalTest extends \PHPUnit\Framework\TestCase
{
/**
* @var Internal