Esempio n. 1
0
 /**
  * @group ZF-9176
  */
 public function testFactory()
 {
     $options = array('format' => '%timestamp% [%priority%]: %message% -- %info%');
     $formatter = Simple::factory($options);
     $this->assertInstanceOf('Zend\\Log\\Formatter\\Simple', $formatter);
 }