mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 21:27:53 +00:00
🚒
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user