diff options
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/cache/xcache.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/cache/xcache.php b/tests/lib/cache/xcache.php index 9ec80ff83c8..a5e954f827c 100644 --- a/tests/lib/cache/xcache.php +++ b/tests/lib/cache/xcache.php @@ -21,6 +21,10 @@ */ class Test_Cache_XCache extends Test_Cache { + function skip() { + $this->skipUnless(function_exists('xcache_get')); + } + public function setUp(){ $this->instance=new OC_Cache_XCache(); } |