コード例 #1
0
ファイル: MessageTest.php プロジェクト: viserio/mail
 public function testReturnPathMethod()
 {
     $this->swift->expects($this->once())->method('setReturnPath')->with('*****@*****.**');
     $this->assertInstanceOf(Message::class, $this->message->returnPath('*****@*****.**'));
 }