コード例 #1
0
ファイル: MessageTest.php プロジェクト: novuso/common
 public function test_that_it_can_set_and_get_return_path()
 {
     $returnPath = '*****@*****.**';
     $this->message->setReturnPath($returnPath);
     $this->assertSame($returnPath, $this->message->getReturnPath());
 }