Tests - update namespace of PHPUnit's TestCase

Related to update versions of the "dev" packages
This commit is contained in:
Meritoo
2017-09-20 11:58:21 +02:00
parent fba821b798
commit 7dbb3f9b2e
7 changed files with 15 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ use DateTime;
use Generator;
use Meritoo\Common\Exception\Type\UnknownOopVisibilityTypeException;
use Meritoo\Common\Type\OopVisibilityType;
use PHPUnit_Framework_TestCase;
use PHPUnit\Framework\TestCase;
use ReflectionClass;
use ReflectionMethod;
@@ -22,7 +22,7 @@ use ReflectionMethod;
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
* @copyright Meritoo.pl
*/
abstract class BaseTestCase extends PHPUnit_Framework_TestCase
abstract class BaseTestCase extends TestCase
{
/**
* Provides an empty value