mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
[ticket/9983] get/put cache test moved to a base class.
PHPBB3-9983
This commit is contained in:
4
tests/cache/redis_driver_test.php
vendored
4
tests/cache/redis_driver_test.php
vendored
@@ -7,7 +7,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
class phpbb_cache_redis_driver_test extends phpbb_database_test_case
|
||||
require_once dirname(__FILE__) . '/common_test_case.php';
|
||||
|
||||
class phpbb_cache_redis_driver_test extends phpbb_cache_common_test_case
|
||||
{
|
||||
protected static $config;
|
||||
protected $driver;
|
||||
|
Reference in New Issue
Block a user