Exemplo n.º 1
0
 /**
  * Tests RW_Debug::log()
  */
 public function testLog()
 {
     if (APPLICATION_ENV != 'production') {
         $this->assertInstanceOf('Zend_Log', $this->RW_Debug->log('Teste'));
     }
 }