mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17142] Fix tests' mock cache class
PHPBB3-17142
This commit is contained in:
parent
7adee3c50d
commit
d8d67b5f17
1 changed files with 4 additions and 0 deletions
|
@ -168,4 +168,8 @@ class phpbb_mock_cache implements \phpbb\cache\driver\driver_interface
|
||||||
{
|
{
|
||||||
return isset($this->data['_bots']) ? $this->data['_bots'] : array();
|
return isset($this->data['_bots']) ? $this->data['_bots'] : array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function clean_query_id($query_id)
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue