]> granicus.if.org Git - php/commitdiff
EXPECTF imap_errors() test's authentication error
authorGeorge Peter Banyard <girgias@php.net>
Tue, 22 Dec 2020 22:14:11 +0000 (23:14 +0100)
committerGeorge Peter Banyard <girgias@php.net>
Tue, 22 Dec 2020 22:14:11 +0000 (23:14 +0100)
ext/imap/tests/imap_errors_basic.phpt

index 8ad007727a44ca6ae444262bc8a0a96e891ebf9f..9a92877007afcbc044454ddc682236c7d20eabcf 100644 (file)
@@ -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"
 }