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