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.phpt30
1 files changed, 0 insertions, 30 deletions
diff --git a/ext/imap/tests/bug31142_2.phpt b/ext/imap/tests/bug31142_2.phpt
deleted file mode 100644
index 2a81760a7b..0000000000
--- a/ext/imap/tests/bug31142_2.phpt
+++ /dev/null
@@ -1,30 +0,0 @@
---TEST--
-Bug #31142 test #2 (imap_mail_compose() generates incorrect output)
---SKIPIF--
-<?php
- if (!extension_loaded("imap")) {
- die("skip imap extension not available");
- }
-?>
---FILE--
-<?php
-$envelope["from"]= 'host@domain.com';
-$envelope["return_path"]= 'host@domain.com';
-
-$part1["type"]=TYPETEXT;
-$part1["subtype"]="plain";
-$part1["encoding"]=ENCQUOTEDPRINTABLE ;
-$part1["charset"]='iso-8859-2';
-$part1["contents.data"]=imap_8bit('asn řkl');
-
-$body = array($part1);
-
-echo imap_mail_compose($envelope, $body);
-?>
---EXPECT--
-From: host@domain.com
-MIME-Version: 1.0
-Content-Type: TEXT/plain; CHARSET=iso-8859-2
-Content-Transfer-Encoding: QUOTED-PRINTABLE
-
-asn =C5=99kl \ No newline at end of file