codemasher 6 anni fa
parent
commit
0669125906
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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(){