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 b94cb95 commit 8dbb251Copy full SHA for 8dbb251
tests/Conversions/ImageGenerators/SvgTest.php
@@ -20,4 +20,4 @@
20
expect(mime_content_type($imageFile))->toEqual('image/png');
21
22
expect((new Imagick($imageFile))->getImageAlphaChannel())->toBeTrue();
23
-})->skipWhenRunningLocally();
+});
0 commit comments