Exemple #1
0
 /**
  * @covers ::setOrganization
  * @covers ::getOrganization
  */
 public function testSetGetOrganization()
 {
     $this->address->setOrganization('foo');
     $this->assertSame('foo', $this->address->getOrganization());
 }