Skip to content

Commit 1895bf7

Browse files
committed
Fix too strict imap test expectations
1 parent e68acd0 commit 1895bf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/imap/tests/bug77020.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ imap_mail('1', 1, NULL);
1111
===DONE===
1212
--EXPECTF--
1313
Warning: imap_mail(): No message string in mail command in %s on line %d
14-
%s
14+
%A
1515
===DONE===

ext/imap/tests/imap_fetchbody_variation3.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Create a temporary mailbox and add 1 msgs
106106
.. mailbox '%s.phpttest' created
107107

108108
-- Iteration 1 --
109-
string(71) "From: %s
109+
string(%d) "From: %s
110110
To: %s
111111
Subject: test1
112112

0 commit comments

Comments
 (0)