- Skip test that is failing for Imagick >= 7.1.2 (gh#Imagick/imagick#737) + imagick-skip-test024.patch OBS-URL: https://build.opensuse.org/request/show/1300127 OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-imagick?expand=0&rev=20
17 lines
466 B
Diff
17 lines
466 B
Diff
diff -purN a/tests/024-ispixelsimilar.phpt b/tests/024-ispixelsimilar.phpt
|
|
--- a/tests/024-ispixelsimilar.phpt 2025-04-10 19:09:23.000000000 +0200
|
|
+++ b/tests/024-ispixelsimilar.phpt 2025-08-04 23:08:47.799168393 +0200
|
|
@@ -1,8 +1,10 @@
|
|
--TEST--
|
|
Test ImagickPixel::isPixelSimilar
|
|
--SKIPIF--
|
|
-<?php require_once(dirname(__FILE__) . '/skipif.inc');
|
|
-
|
|
+<?php
|
|
+$imageMagickBelowVersion = 0x712;
|
|
+require_once(dirname(__FILE__) . '/skipif.inc');
|
|
+?>
|
|
--FILE--
|
|
<?php
|
|
|