mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/9983] Rename test methods.
PHPBB3-9983
This commit is contained in:
2
tests/cache/file_driver_test.php
vendored
2
tests/cache/file_driver_test.php
vendored
@@ -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();
|
||||
|
Reference in New Issue
Block a user