diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2013-10-16 11:29:27 +0200 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2013-10-16 11:29:27 +0200 |
commit | 74ed54d4f9a7c9796916f33f649ef94619a31704 (patch) | |
tree | 488aee5f3e4529ea2c7a7591bba8f01d7696aa66 /_test/tests | |
parent | 3373bb1a16ef6d6a6701de5b87de9efa990454c9 (diff) | |
download | rpg-74ed54d4f9a7c9796916f33f649ef94619a31704.tar.gz rpg-74ed54d4f9a7c9796916f33f649ef94619a31704.tar.bz2 |
fix signature mail unittest, and improve some signatures info plugin
Diffstat (limited to '_test/tests')
-rw-r--r-- | _test/tests/inc/subscription.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/subscription.test.php b/_test/tests/inc/subscription.test.php index 333400576..34a7b9e4b 100644 --- a/_test/tests/inc/subscription.test.php +++ b/_test/tests/inc/subscription.test.php @@ -237,7 +237,7 @@ class MockupSubscription extends Subscription { return parent::buildregex($user, $style, $data); } - protected function send($subscriber_mail, $subject, $id, $template, $trep, $hrep = null) { + protected function send($subscriber_mail, $subject, $id, $template, $trep, $hrep = null, $headers = array()) { $this->mails[] = $subscriber_mail; return true; } |