aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cache/file_driver_test.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-12-01 18:52:04 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-12-01 18:52:04 -0500
commit90bd7858fdf418c45bac1b30a4dc634cd23f5247 (patch)
tree0a086607ccbf1cd99fa6bdf94d0f8d343a6c5136 /tests/cache/file_driver_test.php
parentc3d1408c52dabcafa314fcc13d19f0c537d3a5df (diff)
downloadforums-90bd7858fdf418c45bac1b30a4dc634cd23f5247.tar
forums-90bd7858fdf418c45bac1b30a4dc634cd23f5247.tar.gz
forums-90bd7858fdf418c45bac1b30a4dc634cd23f5247.tar.bz2
forums-90bd7858fdf418c45bac1b30a4dc634cd23f5247.tar.xz
forums-90bd7858fdf418c45bac1b30a4dc634cd23f5247.zip
[ticket/9983] Rename test methods.
PHPBB3-9983
Diffstat (limited to 'tests/cache/file_driver_test.php')
-rw-r--r--tests/cache/file_driver_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/file_driver_test.php b/tests/cache/file_driver_test.php
index 67408cc6d9..2353940277 100644
--- a/tests/cache/file_driver_test.php
+++ b/tests/cache/file_driver_test.php
@@ -67,7 +67,7 @@ class phpbb_cache_file_driver_test extends phpbb_cache_common_test_case
rmdir($this->cache_dir);
}
- public function test_cache_sql_file()
+ public function test_cache_sql()
{
global $db, $cache;
$db = $this->new_dbal();