File: 0008-Void-expectation-is-not-allowed-with-PHPUnit-9.patch

package info (click to toggle)
php-imagick 3.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,288 kB
  • sloc: ansic: 17,876; php: 1,440; xml: 444; pascal: 80; sh: 19; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Mon, 21 Dec 2020 09:37:41 -0400
Subject: Void expectation is not allowed with PHPUnit 9

Bug-Debian: https://bugs.debian.org/977824
---
 imagick-3.8.0/tests/bug_72226.phpt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/imagick-3.8.0/tests/bug_72226.phpt b/imagick-3.8.0/tests/bug_72226.phpt
index e985010..48b140e 100644
--- a/imagick-3.8.0/tests/bug_72226.phpt
+++ b/imagick-3.8.0/tests/bug_72226.phpt
@@ -22,4 +22,5 @@ if (class_exists('ImagickKernelException', false) == true) {
 }
 
 ?>
---EXPECTF--
+--EXPECTREGEX--
+^$