mockConfigGet('system', 'memcached_hosts', [0 => 'localhost, 11211']); $this->cache = CacheDriverFactory::create('memcached'); return $this->cache; } public function tearDown() { $this->cache->clear(false); parent::tearDown(); } }