eZ\Publish\Core\Persistence\Cache\Tests\Helpers\IntegrationTestCacheServiceDecorator::clearAllTestData PHP Method

clearAllTestData() public method

Private function for integration test runner to clear data between tests.
public clearAllTestData ( )
    public function clearAllTestData()
    {
        $this->cachePool->clear();
    }
IntegrationTestCacheServiceDecorator