We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1ca0c commit cd702c1Copy full SHA for cd702c1
1 file changed
system/Test/Mock/MockCache.php
@@ -235,11 +235,11 @@ public function clean()
235
* The information returned and the structure of the data
236
* varies depending on the handler.
237
*
238
- * @return mixed
+ * @return array Keys currently present in the store
239
*/
240
public function getCacheInfo()
241
{
242
- return [];
+ return array_keys($this->cache);
243
}
244
245
//--------------------------------------------------------------------
0 commit comments