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