aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/cache/xcache.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/cache/xcache.php')
-rw-r--r--tests/lib/cache/xcache.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/cache/xcache.php b/tests/lib/cache/xcache.php
index cc2077076ce..85cc2d8b3c6 100644
--- a/tests/lib/cache/xcache.php
+++ b/tests/lib/cache/xcache.php
@@ -25,11 +25,11 @@ class Test_Cache_XCache extends Test_Cache {
$this->skipUnless(function_exists('xcache_get'));
}
- public function setUp(){
+ public function setUp() {
$this->instance=new OC_Cache_XCache();
}
- function testTTL(){
+ function testTTL() {
// ttl doesn't work correctly in the same request
}
}