We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a1acd commit b94cb95Copy full SHA for b94cb95
tests/Conversions/ImageGenerators/SvgTest.php
@@ -18,4 +18,6 @@
18
$imageFile = $imageGenerator->convert($media->getPath());
19
20
expect(mime_content_type($imageFile))->toEqual('image/png');
21
+
22
+ expect((new Imagick($imageFile))->getImageAlphaChannel())->toBeTrue();
23
})->skipWhenRunningLocally();
0 commit comments