summaryrefslogtreecommitdiff
path: root/ext/imap/tests/imap_headerinfo_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/imap/tests/imap_headerinfo_basic.phpt')
-rw-r--r--ext/imap/tests/imap_headerinfo_basic.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/imap/tests/imap_headerinfo_basic.phpt b/ext/imap/tests/imap_headerinfo_basic.phpt
index b772476afc..afee066f4a 100644
--- a/ext/imap/tests/imap_headerinfo_basic.phpt
+++ b/ext/imap/tests/imap_headerinfo_basic.phpt
@@ -1,5 +1,5 @@
--TEST--
-imap_headerinfo() function : basic functionality
+imap_headerinfo() function : basic functionality
--CREDITS--
Olivier Doucet
--SKIPIF--
@@ -16,7 +16,7 @@ $z = imap_headerinfo($stream_id, 1);
$fields = array ('toaddress','to','fromaddress','from',
'reply_toaddress','reply_to',
- 'senderaddress', 'sender',
+ 'senderaddress', 'sender',
'subject','Subject',
'Recent','Unseen','Flagged','Answered','Deleted','Draft',
'Msgno','MailDate','Size','udate');
@@ -84,7 +84,7 @@ imap_close($stream_id);
?>
--CLEAN--
-<?php
+<?php
require_once('clean.inc');
?>
--EXPECTF--