mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-07 23:46:52 +02:00
Merge branch 'master' into feature/class-instead-of-namespace
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
namespace DesignPatterns\Creational\Singleton\Tests;
|
||||
|
||||
use DesignPatterns\Creational\Singleton\Singleton;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class SingletonTest extends \PHPUnit_Framework_TestCase
|
||||
class SingletonTest extends TestCase
|
||||
{
|
||||
public function testUniqueness()
|
||||
{
|
||||
|
Reference in New Issue
Block a user