We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4c88d3 + 7974247 commit 461b965Copy full SHA for 461b965
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 string[] 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