mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 15:06:31 +02:00
Adapt Unit Tests code to PHPUnit 6
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
namespace DesignPatterns\Structural\Registry\Tests;
|
||||
|
||||
use DesignPatterns\Structural\Registry\Registry;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class RegistryTest extends \PHPUnit_Framework_TestCase
|
||||
class RegistryTest extends TestCase
|
||||
{
|
||||
public function testSetAndGetLogger()
|
||||
{
|
||||
|
Reference in New Issue
Block a user