mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-01 20:50:15 +02:00
Fixed typo
This commit is contained in:
@@ -8,8 +8,7 @@ use DesignPatterns\Behavioral\Strategy\ObjectCollection;
|
|||||||
use DesignPatterns\Behavioral\Strategy\Strategy;
|
use DesignPatterns\Behavioral\Strategy\Strategy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests for Static Factory pattern
|
* Tests for Strategy pattern
|
||||||
|
|
||||||
*/
|
*/
|
||||||
class StrategyTest extends \PHPUnit_Framework_TestCase
|
class StrategyTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user