some typo and comments

This commit is contained in:
Trismegiste
2013-05-11 22:18:12 +02:00
parent 9238d294c5
commit 8120aae5a7
7 changed files with 12 additions and 11 deletions

View File

@@ -10,8 +10,6 @@ use DesignPatterns\SimpleFactory\ConcreteFactory;
/**
* SimpleFactoryTest tests the Simple Factory pattern
*
* @author flo
*/
class SimpleFactoryTest extends \PHPUnit_Framework_TestCase
{