aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Memcache/APCuTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Memcache/APCuTest.php')
-rw-r--r--tests/lib/Memcache/APCuTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Memcache/APCuTest.php b/tests/lib/Memcache/APCuTest.php
index 199acbe263b..704f9f1c433 100644
--- a/tests/lib/Memcache/APCuTest.php
+++ b/tests/lib/Memcache/APCuTest.php
@@ -13,7 +13,7 @@ class APCuTest extends Cache {
protected function setUp(): void {
parent::setUp();
- if(!\OC\Memcache\APCu::isAvailable()) {
+ if (!\OC\Memcache\APCu::isAvailable()) {
$this->markTestSkipped('The APCu extension is not available.');
return;
}