Ejemplo n.º 1
0
 public function testSetGetException()
 {
     $exception = new Exception();
     $this->event->setException($exception);
     $this->assertSame($exception, $this->event->getException());
 }