mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-10 17:04:01 +02:00
Merge branch 'master' into feature/class-instead-of-namespace
This commit is contained in:
@@ -4,8 +4,9 @@ namespace DesignPatterns\Creational\Prototype\Tests;
|
||||
|
||||
use DesignPatterns\Creational\Prototype\BarBookPrototype;
|
||||
use DesignPatterns\Creational\Prototype\FooBookPrototype;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class PrototypeTest extends \PHPUnit_Framework_TestCase
|
||||
class PrototypeTest extends TestCase
|
||||
{
|
||||
public function testCanGetFooBook()
|
||||
{
|
||||
|
Reference in New Issue
Block a user