Ejemplo n.º 1
0
 public function testGetResponse()
 {
     $response = new Response();
     $this->event->setResponse($response);
     $this->assertInstanceOf(Response::class, $this->event->getResponse());
 }