Skip to content

Commit c6a8f20

Browse files
committed
EXPECTF imap_errors() test's authentication error
1 parent 7606994 commit c6a8f20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/imap/tests/imap_errors_basic.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ echo "List any errors\n";
1515
var_dump(imap_errors());
1616

1717
?>
18-
--EXPECT--
18+
--EXPECTF--
1919
*** Testing imap_errors() : anonymous user not supported ***
2020
List any errors
2121
array(1) {
2222
[0]=>
23-
string(45) "[ALERT] Unsupported authentication mechanism."
23+
string(%d) "%s"
2424
}

0 commit comments

Comments
 (0)