Browse Source

:fire_engine:

codemasher 6 years ago
parent
commit
0669125906
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tests/Output/QRImagickTest.php

+ 4 - 0
tests/Output/QRImagickTest.php

@@ -19,9 +19,13 @@ class QRImagickTest extends QROutputTestAbstract{
 	protected $FQCN = QRImagick::class;
 
 	public function setUp():void{
+
 		if(!extension_loaded('imagick')){
 			$this->markTestSkipped('ext-imagick not loaded');
+			return;
 		}
+
+		parent::setUp();
 	}
 
 	public function testImageOutput(){