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