Skip to content
Snippets Groups Projects
Commit 86961b64 authored by Bart Visscher's avatar Bart Visscher
Browse files

Skip test for XCache when the module is not there

parent ab788eaa
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment