diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-01 18:49:27 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-01 18:49:27 -0500 |
commit | c3d1408c52dabcafa314fcc13d19f0c537d3a5df (patch) | |
tree | 3960f165f2b094f1dec6e1fa43bd88eb2b6eb0c8 /tests/cache/redis_driver_test.php | |
parent | 829b75e5c8d7b053f3988db89f6f9505102c92b3 (diff) | |
download | forums-c3d1408c52dabcafa314fcc13d19f0c537d3a5df.tar forums-c3d1408c52dabcafa314fcc13d19f0c537d3a5df.tar.gz forums-c3d1408c52dabcafa314fcc13d19f0c537d3a5df.tar.bz2 forums-c3d1408c52dabcafa314fcc13d19f0c537d3a5df.tar.xz forums-c3d1408c52dabcafa314fcc13d19f0c537d3a5df.zip |
[ticket/9983] get/put cache test moved to a base class.
PHPBB3-9983
Diffstat (limited to 'tests/cache/redis_driver_test.php')
-rw-r--r-- | tests/cache/redis_driver_test.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/cache/redis_driver_test.php b/tests/cache/redis_driver_test.php index be8b518dca..bf8e49eb65 100644 --- a/tests/cache/redis_driver_test.php +++ b/tests/cache/redis_driver_test.php @@ -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; |