summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2012-11-23 19:55:44 +0100
committerDominik Eckelmann <deckelmann@gmail.com>2012-11-23 19:55:44 +0100
commit91effd8de07e4afc59b6763ac72b268f58cfc941 (patch)
tree01889658db289d00609170881cfbd9a6bb665c57 /_test
parent1f61f312a78e212aaa4a4bc3f60961036ec07fd7 (diff)
downloadrpg-91effd8de07e4afc59b6763ac72b268f58cfc941.tar.gz
rpg-91effd8de07e4afc59b6763ac72b268f58cfc941.tar.bz2
ignore empty header on mail sending
Diffstat (limited to '_test')
-rw-r--r--_test/tests/inc/mailer.test.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/_test/tests/inc/mailer.test.php b/_test/tests/inc/mailer.test.php
index 91c4a999d..053e216b8 100644
--- a/_test/tests/inc/mailer.test.php
+++ b/_test/tests/inc/mailer.test.php
@@ -98,6 +98,9 @@ class mailer_test extends DokuWikiTest {
}
}
+ /**
+ * @see https://forum.dokuwiki.org/post/35822
+ */
function test_emptyBCCorCC() {
$mail = new TestMailer();
$headers = &$mail->propRef('headers');