public function testSendResponseWithException()
 {
     $this->assertNull($this->response->sendResponse());
 }
Exemple #2
0
 /**
  * Send the response, including all headers, rendering exceptions if so
  * requested.
  *
  * @return void
  */
 public function sendResponse()
 {
     $this->sendVary();
     parent::sendResponse();
 }