shouldReceive('get') ->with('system', 'memcached_hosts') ->andReturn([0 => 'localhost, 11211']); $logger = new NullLogger(); $this->cache = new MemcachedCache('localhost', $configMock, $logger); return $this->cache; } public function tearDown() { $this->cache->clear(false); parent::tearDown(); } }