Commit f7f76a3e by Qiang Xue

Fixed test break.

parent 4bf6ee45
......@@ -85,16 +85,32 @@ class TestMessage extends BaseMessage
public $text;
public $html;
public function getCharset() {return '';}
public function setCharset($charset) {}
public function getFrom() {return '';}
public function setFrom($from) {}
public function getReplyTo() {return '';}
public function setReplyTo($replyTo) {}
public function getTo() {return '';}
public function setTo($to) {}
public function getCc() {return '';}
public function setCc($cc) {}
public function getBcc() {return '';}
public function setBcc($bcc) {}
public function getSubject() {return '';}
public function setSubject($subject) {}
public function setTextBody($text) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment