mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-05 14:37:27 +02:00
cs
This commit is contained in:
@@ -27,5 +27,4 @@ class StaticFactoryTest extends \PHPUnit_Framework_TestCase
|
||||
$obj = StaticFactory::factory($type);
|
||||
$this->assertInstanceOf('DesignPatterns\StaticFactory\FormatterInterface', $obj);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user