Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Preview/HEICTest.php')
-rw-r--r--tests/lib/Preview/HEICTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Preview/HEICTest.php b/tests/lib/Preview/HEICTest.php
index f75ae3192a1..ea937f4df3c 100644
--- a/tests/lib/Preview/HEICTest.php
+++ b/tests/lib/Preview/HEICTest.php
@@ -31,7 +31,7 @@ namespace Test\Preview;
class HEICTest extends Provider {
protected function setUp(): void {
- if ( !in_array("HEIC", \Imagick::queryFormats("HEI*")) ) {
+ if (!in_array("HEIC", \Imagick::queryFormats("HEI*"))) {
$this->markTestSkipped('ImageMagick is not HEIC aware. Skipping tests');
} else {
parent::setUp();