Ejemplo n.º 1
0
 public function testLoggingLevel()
 {
     $values = array('error', 'warn', 'info', 'debug', 'trace');
     foreach ($values as $value) {
         $this->assertTrue(\Zimbra\Enum\LoggingLevel::has($value));
     }
 }