mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 09:31:28 +02:00
[ticket/17142] Fix tests' mock cache class
PHPBB3-17142
This commit is contained in:
@@ -168,4 +168,8 @@ class phpbb_mock_cache implements \phpbb\cache\driver\driver_interface
|
||||
{
|
||||
return isset($this->data['_bots']) ? $this->data['_bots'] : array();
|
||||
}
|
||||
|
||||
public function clean_query_id($query_id)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user