From: George Peter Banyard Date: Tue, 22 Dec 2020 22:14:11 +0000 (+0100) Subject: EXPECTF imap_errors() test's authentication error X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6a8f201b15821f16d720664208a13795245ceee;p=php EXPECTF imap_errors() test's authentication error --- diff --git a/ext/imap/tests/imap_errors_basic.phpt b/ext/imap/tests/imap_errors_basic.phpt index 8ad007727a..9a92877007 100644 --- a/ext/imap/tests/imap_errors_basic.phpt +++ b/ext/imap/tests/imap_errors_basic.phpt @@ -15,10 +15,10 @@ echo "List any errors\n"; var_dump(imap_errors()); ?> ---EXPECT-- +--EXPECTF-- *** Testing imap_errors() : anonymous user not supported *** List any errors array(1) { [0]=> - string(45) "[ALERT] Unsupported authentication mechanism." + string(%d) "%s" }