Skip to content
Snippets Groups Projects
Commit 9e01e280 authored by Christopher Smith's avatar Christopher Smith
Browse files

update test_replacements to include EMAILSIGNATURE token

parent 9ea45836
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ class mailer_test extends DokuWikiTest {
function test_replacements(){
$mail = new TestMailer();
$replacements = array( '@DATE@','@BROWSER@','@IPADDRESS@','@HOSTNAME@',
$replacements = array( '@DATE@','@BROWSER@','@IPADDRESS@','@HOSTNAME@','@EMAILSIGNATURE@',
'@TITLE@','@DOKUWIKIURL@','@USER@','@NAME@','@MAIL@');
$mail->setBody('A test mail in with replacements '.join(' ',$replacements));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment