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