Skip to content

Commit 99039c3

Browse files
committed
Fix tests
1 parent fda8cc6 commit 99039c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ext/imap/tests/imap_open_with_cl_expunge.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ New mailbox created
3939

4040
-- Call to imap_close() --
4141
bool(true)
42-
There are now 0 msgs in mailbox '%sINBOX.phpttestimapclosebasic'
42+
There are now 0 msgs in mailbox '%sINBOX.imapopenwithclexpunge'
4343
bool(true)

ext/imap/tests/imap_reopen_with_cl_expunge.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ require_once(__DIR__.'/setup/clean.inc');
4040
--EXPECTF--
4141
Create a temporary mailbox and add 3 msgs
4242
New mailbox created
43+
bool(true)
4344

4445
-- Call to imap_close() --
4546
bool(true)
46-
There are now 0 msgs in mailbox '%sINBOX.phpttestimapclosebasic'
47+
There are now 0 msgs in mailbox '%sINBOX.imapreopenwithclexpunge'
4748
bool(true)

0 commit comments

Comments
 (0)