Skip to content

Commit 0811ccb

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Backport IMAP test modernization to PHP-8.0 branch
2 parents 13eee77 + 5aaffc8 commit 0811ccb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ext/imap/tests/bug80438.phpt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
Bug #80438: imap_msgno() incorrectly warns and return false on valid UIDs in PHP 8.0.0
33
--SKIPIF--
44
<?php
5-
require_once(__DIR__.'/skipif.inc');
5+
require_once(__DIR__.'/setup/skipif.inc');
66
?>
77
--FILE--
88
<?php
9-
echo "*** Testing imap_fetch_overview() : basic functionality ***\n";
109

1110
require_once __DIR__.'/setup/imap_include.inc';
1211

@@ -41,7 +40,6 @@ $mailbox_suffix = 'bug80438';
4140
require_once __DIR__.'/setup/clean.inc';
4241
?>
4342
--EXPECT--
44-
*** Testing imap_fetch_overview() : basic functionality ***
4543
Create a temporary mailbox and add 10 msgs
4644
New mailbox created
4745
array(6) {

0 commit comments

Comments
 (0)