public function testUnlockFileThatDoesExist() { $cacheKey = $this ->storeSimpleEntry(); $this->store ->lock($this->request); $this ->assertTrue($this->store ->unlock($this->request)); }