Skip to content

Commit cd702c1

Browse files
committed
Add cache info
1 parent 0f1ca0c commit cd702c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/Test/Mock/MockCache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,11 @@ public function clean()
235235
* The information returned and the structure of the data
236236
* varies depending on the handler.
237237
*
238-
* @return mixed
238+
* @return array Keys currently present in the store
239239
*/
240240
public function getCacheInfo()
241241
{
242-
return [];
242+
return array_keys($this->cache);
243243
}
244244

245245
//--------------------------------------------------------------------

0 commit comments

Comments
 (0)