summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
Diffstat (limited to '_test')
-rw-r--r--_test/tests/inc/subscription.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/subscription.test.php b/_test/tests/inc/subscription.test.php
index 80548160a..c6f33dec7 100644
--- a/_test/tests/inc/subscription.test.php
+++ b/_test/tests/inc/subscription.test.php
@@ -220,7 +220,7 @@ class MockupSubscription extends Subscription {
return parent::buildregex($user, $style, $data);
}
- protected function send($subscriber_mail, $replaces, $subject, $id, $template){
+ protected function send($subscriber_mail, $subject, $id, $template, $trep, $hrep){
$this->mails[] = $subscriber_mail;
return true;
}