mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-30 19:50:12 +02:00
Merge branch 'master' into feature/class-instead-of-namespace
This commit is contained in:
@@ -4,8 +4,9 @@ namespace DesignPatterns\Creational\SimpleFactory\Tests;
|
||||
|
||||
use DesignPatterns\Creational\SimpleFactory\Bicycle;
|
||||
use DesignPatterns\Creational\SimpleFactory\SimpleFactory;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class SimpleFactoryTest extends \PHPUnit_Framework_TestCase
|
||||
class SimpleFactoryTest extends TestCase
|
||||
{
|
||||
public function testCanCreateBicycle()
|
||||
{
|
||||
|
Reference in New Issue
Block a user