コード例 #1
0
ファイル: EnumTest.php プロジェクト: nucleus-be/zimbra-api
 public function testXmppComponentBy()
 {
     $values = array('id', 'name', 'serviceHostname');
     foreach ($values as $value) {
         $this->assertTrue(\Zimbra\Enum\XmppComponentBy::has($value));
     }
 }