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