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.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/tests/imap_headerinfo_basic.phpt b/ext/imap/tests/imap_headerinfo_basic.phpt
index b772476afc..0f245a4b1e 100644
--- a/ext/imap/tests/imap_headerinfo_basic.phpt
+++ b/ext/imap/tests/imap_headerinfo_basic.phpt
@@ -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--