aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cache
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-12-04 02:39:50 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-12-04 02:39:50 -0500
commitcf3080b83ed6f90b24cfd99a9fc7dd71dddde827 (patch)
treeeec20d67ac61bfc32ff7f7a2c3d3d884d9c13f0d /tests/cache
parent913a2a773a9b6321f6614111ea5ec09f5682d013 (diff)
downloadforums-cf3080b83ed6f90b24cfd99a9fc7dd71dddde827.tar
forums-cf3080b83ed6f90b24cfd99a9fc7dd71dddde827.tar.gz
forums-cf3080b83ed6f90b24cfd99a9fc7dd71dddde827.tar.bz2
forums-cf3080b83ed6f90b24cfd99a9fc7dd71dddde827.tar.xz
forums-cf3080b83ed6f90b24cfd99a9fc7dd71dddde827.zip
[ticket/9983] Correct incorrect markTestSkipped call.
PHPBB3-9983
Diffstat (limited to 'tests/cache')
-rw-r--r--tests/cache/redis_driver_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/redis_driver_test.php b/tests/cache/redis_driver_test.php
index cd24e33baf..a90a750460 100644
--- a/tests/cache/redis_driver_test.php
+++ b/tests/cache/redis_driver_test.php
@@ -35,7 +35,7 @@ class phpbb_cache_redis_driver_test extends phpbb_cache_common_test_case
}
else
{
- $this->markTestSkipped('Test redis host/port is not specified');
+ self::markTestSkipped('Test redis host/port is not specified');
}
}