Neos\Fusion\Tests\Functional\TypoScriptObjects\ContentCacheTest::tearDown PHP Метод

tearDown() публичный Метод

public tearDown ( )
    public function tearDown()
    {
        // Re-inject the original cache since some tests might replace it with a mock object
        $cacheManager = $this->objectManager->get(CacheManager::class);
        $cacheFrontend = $cacheManager->getCache('TYPO3_TypoScript_Content');
        $this->inject($this->contentCache, 'cache', $cacheFrontend);
    }