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

@@ -3,8 +3,9 @@
namespace DesignPatterns\Structural\Proxy\Tests;
use DesignPatterns\Structural\Proxy\RecordProxy;
use PHPUnit\Framework\TestCase;
class ProxyTest extends \PHPUnit_Framework_TestCase
class ProxyTest extends TestCase
{
public function testWillSetDirtyFlagInProxy()
{