summaryrefslogtreecommitdiff
path: root/ext/imap/tests/imap_fetch_overview_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/imap/tests/imap_fetch_overview_basic.phpt')
-rw-r--r--ext/imap/tests/imap_fetch_overview_basic.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/imap/tests/imap_fetch_overview_basic.phpt b/ext/imap/tests/imap_fetch_overview_basic.phpt
index 83fab12391..152eaae9da 100644
--- a/ext/imap/tests/imap_fetch_overview_basic.phpt
+++ b/ext/imap/tests/imap_fetch_overview_basic.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test imap_fetch_overview() function : basic functionality
+Test imap_fetch_overview() function : basic functionality
--SKIPIF--
<?php
require_once(dirname(__FILE__).'/skipif.inc');
@@ -7,8 +7,8 @@ require_once(dirname(__FILE__).'/skipif.inc');
--FILE--
<?php
/* Prototype : array imap_fetch_overview(resource $stream_id, int $msg_no [, int $options])
- * Description: Read an overview of the information in the headers
- * of the given message sequence
+ * Description: Read an overview of the information in the headers
+ * of the given message sequence
* Source code: ext/imap/php_imap.c
*/