mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Tests - update namespace of PHPUnit's TestCase
Related to update versions of the "dev" packages
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Meritoo\Common\Test\Exception\Base;
|
||||
|
||||
use Meritoo\Common\Exception\Base\UnknownTypeException;
|
||||
use Meritoo\Common\Type\Base\BaseType;
|
||||
use PHPUnit_Framework_TestCase;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* Tests of the exception used while type of something is unknown
|
||||
@@ -18,7 +18,7 @@ use PHPUnit_Framework_TestCase;
|
||||
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
|
||||
* @copyright Meritoo.pl
|
||||
*/
|
||||
class UnknownTypeExceptionTest extends PHPUnit_Framework_TestCase
|
||||
class UnknownTypeExceptionTest extends TestCase
|
||||
{
|
||||
public function testWithoutException()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user