Skip to content

Commit

Permalink
Allow SvgTest to be run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbeauvais committed Nov 21, 2024
1 parent b94cb95 commit 8dbb251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Conversions/ImageGenerators/SvgTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
expect(mime_content_type($imageFile))->toEqual('image/png');

expect((new Imagick($imageFile))->getImageAlphaChannel())->toBeTrue();
})->skipWhenRunningLocally();
});

0 comments on commit 8dbb251

Please sign in to comment.