예제 #1
0
 /**
  * @covers ::setRecipient
  * @covers ::getRecipient
  */
 public function testSetGetRecipient()
 {
     $this->address->setRecipient('foo');
     $this->assertSame('foo', $this->address->getRecipient());
 }