diff --git a/tests/mock/cache.php b/tests/mock/cache.php index 2306fd9009..cc50d0b81b 100644 --- a/tests/mock/cache.php +++ b/tests/mock/cache.php @@ -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) + { + } }