Exemplo n.º 1
0
 public function testSetGetContact()
 {
     $input = new OrganizationContact();
     $this->target->setContact($input);
     $this->assertSame($this->target->getContact(), $input);
 }