コード例 #1
0
ファイル: OrganizationTest.php プロジェクト: utrenkner/YAWIK
 public function testSetGetContact()
 {
     $input = new OrganizationContact();
     $this->target->setContact($input);
     $this->assertSame($this->target->getContact(), $input);
 }