예제 #1
0
파일: XmlTest.php 프로젝트: jsnshrmn/Suma
 /**
  * @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);
 }