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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cache/xcache.php b/tests/lib/cache/xcache.php
index c081036a31f..43bed2db037 100644
--- a/tests/lib/cache/xcache.php
+++ b/tests/lib/cache/xcache.php
@@ -22,7 +22,7 @@
class Test_Cache_XCache extends Test_Cache {
public function setUp() {
- if(!function_exists('xcache_get')){
+ if(!function_exists('xcache_get')) {
$this->markTestSkipped('The xcache extension is not available.');
return;
}