예제 #1
0
 public function testInterestType()
 {
     $values = array('f', 'm', 'c', 'a', 't', 'd', 'all');
     foreach ($values as $value) {
         $this->assertTrue(\Zimbra\Enum\InterestType::has($value));
     }
 }