Kraken\_Unit\Util\Factory\SimpleFactoryTest::createFactory PHP Method

createFactory() public method

public createFactory ( ) : Kraken\Util\Factory\SimpleFactoryInterface
return Kraken\Util\Factory\SimpleFactoryInterface
    public function createFactory()
    {
        return new SimpleFactory();
    }
SimpleFactoryTest