Merge branch 'master' into feature/class-instead-of-namespace

This commit is contained in:
Fabri Di Napoli
2017-03-09 10:35:23 +01:00
39 changed files with 240 additions and 249 deletions

View File

@@ -4,8 +4,9 @@ namespace DesignPatterns\Structural\Registry\Tests;
use DesignPatterns\Structural\Registry\Registry;
use stdClass;
use PHPUnit\Framework\TestCase;
class RegistryTest extends \PHPUnit_Framework_TestCase
class RegistryTest extends TestCase
{
public function testSetAndGetLogger()
{