aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cache/null_driver_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cache/null_driver_test.php')
-rw-r--r--tests/cache/null_driver_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/null_driver_test.php b/tests/cache/null_driver_test.php
index efa56762bf..a9b40c5f40 100644
--- a/tests/cache/null_driver_test.php
+++ b/tests/cache/null_driver_test.php
@@ -33,7 +33,7 @@ class phpbb_cache_null_driver_test extends phpbb_database_test_case
$this->assertSame(false, $this->driver->get('key'));
}
- public function test_null_cache_sql()
+ public function test_cache_sql()
{
global $db, $cache;
$db = $this->new_dbal();