diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cache/cache_memory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/cache_memory.php b/tests/cache/cache_memory.php index 806edb963a..565e9a48eb 100644 --- a/tests/cache/cache_memory.php +++ b/tests/cache/cache_memory.php @@ -18,7 +18,7 @@ class phpbb_cache_memory extends \phpbb\cache\driver\memory /** * Set cache path */ - function phpbb_cache_memory() + function __construct() { } |