Beispiel #1
0
 public function testHasEventException()
 {
     $this->setExpectedException('InvalidArgumentException');
     $this->report->hasEvent(array(1, 2, 3));
 }
Beispiel #2
0
 public function testHasEvent()
 {
     $this->assertTrue($this->report->hasEvent('key_a'));
 }