diff options
author | George Peter Banyard <girgias@php.net> | 2020-11-03 18:44:37 +0000 |
---|---|---|
committer | George Peter Banyard <girgias@php.net> | 2020-11-03 18:44:37 +0000 |
commit | 28eb23cedbef45dd396c3b1c6e81364142042e56 (patch) | |
tree | b95a07042be71795a536162c272bb1a3ca23f8f0 /ext/imap/tests/imap_fetchheader_basic.phpt | |
parent | 4b3438d8ce3bc51d05dc12ff0abdcc322708c39d (diff) | |
download | php-git-28eb23cedbef45dd396c3b1c6e81364142042e56.tar.gz |
Make all IMAP fetch*() tests conflict with the default mailbox
Diffstat (limited to 'ext/imap/tests/imap_fetchheader_basic.phpt')
-rw-r--r-- | ext/imap/tests/imap_fetchheader_basic.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/imap/tests/imap_fetchheader_basic.phpt b/ext/imap/tests/imap_fetchheader_basic.phpt index dc934e00cf..6027757014 100644 --- a/ext/imap/tests/imap_fetchheader_basic.phpt +++ b/ext/imap/tests/imap_fetchheader_basic.phpt @@ -4,6 +4,8 @@ Test imap_fetchheader() function : basic function <?php require_once(__DIR__.'/setup/skipif.inc'); ?> +--CONFLICTS-- +defaultmailbox --FILE-- <?php echo "*** Testing imap_fetchheader() : basic functionality ***\n"; |