예제 #1
0
 public function testHasEventException()
 {
     $this->setExpectedException('InvalidArgumentException');
     $this->report->hasEvent(array(1, 2, 3));
 }
예제 #2
0
파일: ReportTest.php 프로젝트: steph/PHPIDS
 public function testHasEvent()
 {
     $this->assertTrue($this->report->hasEvent('key_a'));
 }