cache = CacheDriverFactory::create('redis'); return new CacheLockDriver($this->cache); } public function tearDown() { $this->cache->clear(); parent::tearDown(); } }