summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Peter Banyard <girgias@php.net>2020-12-01 16:39:11 +0000
committerGeorge Peter Banyard <girgias@php.net>2020-12-01 16:39:11 +0000
commit0811ccb44d689f5692056260ed28c500e3eb6591 (patch)
tree45b0c174b6ec0f8e9bcf174b87fc3148f3c568cb
parent13eee7712edacc94a235884421ee31426eb5b3f0 (diff)
parent5aaffc8095eeb69407855b33d1939dd5ebd619ca (diff)
downloadphp-git-0811ccb44d689f5692056260ed28c500e3eb6591.tar.gz
Merge branch 'PHP-8.0'
* PHP-8.0: Backport IMAP test modernization to PHP-8.0 branch
-rw-r--r--ext/imap/tests/bug80438.phpt4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/imap/tests/bug80438.phpt b/ext/imap/tests/bug80438.phpt
index 12a1416a7e..4514e932ef 100644
--- a/ext/imap/tests/bug80438.phpt
+++ b/ext/imap/tests/bug80438.phpt
@@ -2,11 +2,10 @@
Bug #80438: imap_msgno() incorrectly warns and return false on valid UIDs in PHP 8.0.0
--SKIPIF--
<?php
-require_once(__DIR__.'/skipif.inc');
+require_once(__DIR__.'/setup/skipif.inc');
?>
--FILE--
<?php
-echo "*** Testing imap_fetch_overview() : basic functionality ***\n";
require_once __DIR__.'/setup/imap_include.inc';
@@ -41,7 +40,6 @@ $mailbox_suffix = 'bug80438';
require_once __DIR__.'/setup/clean.inc';
?>
--EXPECT--
-*** Testing imap_fetch_overview() : basic functionality ***
Create a temporary mailbox and add 10 msgs
New mailbox created
array(6) {