Exemplo n.º 1
0
 public function testGetEventException()
 {
     $this->setExpectedException('InvalidArgumentException');
     $this->report->getEvent(array(1, 2, 3));
 }
Exemplo n.º 2
0
 public function testGetEventWrong()
 {
     $this->assertNull($this->report->getEvent('not_available'));
 }