Gc\Mvc\Factory\CacheServiceFactoryTest::setUp PHP Метод

setUp() защищенный Метод

This method is called before a test is executed.
protected setUp ( ) : void
Результат void
    protected function setUp()
    {
        $this->serviceLocator = Mockery::mock('Zend\\ServiceManager\\ServiceLocatorInterface');
        $this->object = new CacheServiceFactory();
    }