There was an error while loading. Please reload this page.
1 parent eee796c commit a60f8bbCopy full SHA for a60f8bb
1 file changed
tests/lib/Preview/SVGTest.php
@@ -86,8 +86,10 @@ public static function dataGetThumbnailSVGHrefNamespace(): array {
86
];
87
}
88
89
- #[\PHPUnit\Framework\Attributes\DataProvider('dataGetThumbnailSvgEncoded')]
90
- #[\PHPUnit\Framework\Attributes\RequiresPhpExtension('imagick')]
+ /**
+ * @dataProvider dataGetThumbnailSvgEncoded
91
+ * @requires extension imagick
92
+ */
93
public function testGetThumbnailSvgEncoded(string $content): void {
94
$handle = fopen('php://temp', 'w+');
95
fwrite($handle, $content);
0 commit comments