Esempio n. 1
0
 public function testUcServiceBy()
 {
     $values = array('id', 'name');
     foreach ($values as $value) {
         $this->assertTrue(\Zimbra\Enum\UcServiceBy::has($value));
     }
 }