Ejemplo n.º 1
0
 public function testLogThrough__callThrowsOnBadLogPriority()
 {
     $logger = new Logger($this->writer);
     $this->setExpectedException('Zend\\Log\\Exception', 'Bad log priority');
     $logger->nonexistantPriority('');
 }