diff options
Diffstat (limited to 'tests/mock/null_cache.php')
-rw-r--r-- | tests/mock/null_cache.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/mock/null_cache.php b/tests/mock/null_cache.php index aca20ca77b..7bd33b441b 100644 --- a/tests/mock/null_cache.php +++ b/tests/mock/null_cache.php @@ -39,4 +39,9 @@ class phpbb_mock_null_cache public function set_bots($bots) { } + + public function sql_exists($query_id) + { + return false; + } } |