configCache ->shouldReceive('get') ->with('system', 'memcache_host', NULL) ->andReturn('localhost'); $this->configCache ->shouldReceive('get') ->with('system', 'memcache_port', NULL) ->andReturn(11211); return new CacheLockDriver(CacheDriverFactory::create('memcache')); } }