diff options
author | George Peter Banyard <girgias@php.net> | 2020-11-04 12:40:12 +0000 |
---|---|---|
committer | George Peter Banyard <girgias@php.net> | 2020-11-04 12:40:12 +0000 |
commit | d17fae8a1c992f1c75d7478a433daa9206e98b77 (patch) | |
tree | 186e7c3a575567166b91b64e4ace69c3826a1201 /ext/imap/tests/imap_fetchheader_basic.phpt | |
parent | 3f400a79813853de97ee4ba5f59cd33018359927 (diff) | |
download | php-git-d17fae8a1c992f1c75d7478a433daa9206e98b77.tar.gz |
Fix parallel testing for IMAP
The script for the clean section was missing the $ Meta-character to only delete the default
mailbox when it's an exact match.
Reinstore parallel testing for more tests.
Diffstat (limited to 'ext/imap/tests/imap_fetchheader_basic.phpt')
-rw-r--r-- | ext/imap/tests/imap_fetchheader_basic.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/imap/tests/imap_fetchheader_basic.phpt b/ext/imap/tests/imap_fetchheader_basic.phpt index 6027757014..dc934e00cf 100644 --- a/ext/imap/tests/imap_fetchheader_basic.phpt +++ b/ext/imap/tests/imap_fetchheader_basic.phpt @@ -4,8 +4,6 @@ Test imap_fetchheader() function : basic function <?php require_once(__DIR__.'/setup/skipif.inc'); ?> ---CONFLICTS-- -defaultmailbox --FILE-- <?php echo "*** Testing imap_fetchheader() : basic functionality ***\n"; |