Exemplo n.º 1
0
 /**
  * @group ZF-9176
  */
 public function testFactory()
 {
     $options = array('rootElement' => 'log', 'elementMap' => array('timestamp' => 'timestamp', 'response' => 'message'));
     $formatter = Zend_Log_Formatter_Xml::factory($options);
     $this->assertTrue($formatter instanceof Zend_Log_Formatter_Xml);
 }