コード例 #1
0
ファイル: DebugTest.php プロジェクト: realejo/library-zf1
 /**
  * Tests RW_Debug::log()
  */
 public function testLog()
 {
     if (APPLICATION_ENV != 'production') {
         $this->assertInstanceOf('Zend_Log', $this->RW_Debug->log('Teste'));
     }
 }