From 66a970379e02d0beaad1abaab41d5c748f0063f1 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Tue, 26 Dec 2023 13:54:00 +0100 Subject: [PATCH] wip --- tests/Pest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Pest.php b/tests/Pest.php index 0c2b162..e5e2387 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -34,7 +34,7 @@ function assertMatchesPdfSnapshot(string $pdfPath): void { $imagePath = getTempPath('test'.'.png'); - $imagick = new Imagick($pdfPath); + $imagick = new Imagick($pdfPath . '[0]'); $imagick->setImageFormat('png'); file_put_contents($imagePath, $imagick);