diff options
Diffstat (limited to 'tests/lib/cache/xcache.php')
-rw-r--r-- | tests/lib/cache/xcache.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/lib/cache/xcache.php b/tests/lib/cache/xcache.php index 934a5dd2fe2..c081036a31f 100644 --- a/tests/lib/cache/xcache.php +++ b/tests/lib/cache/xcache.php @@ -28,8 +28,4 @@ class Test_Cache_XCache extends Test_Cache { } $this->instance=new OC_Cache_XCache(); } - - function testTTL() { - // ttl doesn't work correctly in the same request - } } |