コード例 #1
0
ファイル: ExceptionTest.php プロジェクト: steph/PHPIDS
 public function testGetEventException()
 {
     $this->setExpectedException('InvalidArgumentException');
     $this->report->getEvent(array(1, 2, 3));
 }
コード例 #2
0
ファイル: ReportTest.php プロジェクト: steph/PHPIDS
 public function testGetEventWrong()
 {
     $this->assertNull($this->report->getEvent('not_available'));
 }