Gc\Mvc\Factory\CacheServiceFactoryTest::tearDown PHP Method

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( ) : void
return void
    protected function tearDown()
    {
        unset($this->object);
        unset($this->serviceLocator);
    }