Esempio n. 1
0
 /**
  * @group ZF-8953
  */
 public function testFluentInterface()
 {
     $writer = new Zend_Log_Writer_Syslog();
     $instance = $writer->setFacility(LOG_USER)->setApplicationName('my_app');
     $this->assertTrue($instance instanceof Zend_Log_Writer_Syslog);
 }