コード例 #1
0
ファイル: CakeLogTest.php プロジェクト: yuuicchan0912/sample1
 /**
  * test enabled() invalid stream
  *
  * @expectedException CakeLogException
  * @return void
  */
 public function testStreamEnabledInvalid()
 {
     CakeLog::enabled('bogus_stream');
 }