public function invalidate($id) { $dir = $this->path . $id; if (is_dir($dir)) { fs\rmDirRecursive($dir); } }
protected function tearDown() { fs\rmDirRecursive($this->storage_path); }