summaryrefslogtreecommitdiff
path: root/ext/imap/tests/bug31142_2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/imap/tests/bug31142_2.phpt')
-rw-r--r--ext/imap/tests/bug31142_2.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/imap/tests/bug31142_2.phpt b/ext/imap/tests/bug31142_2.phpt
index 2a81760a7b..c9eed598b3 100644
--- a/ext/imap/tests/bug31142_2.phpt
+++ b/ext/imap/tests/bug31142_2.phpt
@@ -1,9 +1,9 @@
---TEST--
+--TEST--
Bug #31142 test #2 (imap_mail_compose() generates incorrect output)
--SKIPIF--
<?php
- if (!extension_loaded("imap")) {
- die("skip imap extension not available");
+ if (!extension_loaded("imap")) {
+ die("skip imap extension not available");
}
?>
--FILE--