Ejemplo n.º 1
0
 protected function _before()
 {
     $this->response = new Response();
     $this->response->setBody('All hands on deck!');
     $this->response->setHeaders(new Headers());
 }
Ejemplo n.º 2
0
 public function testSend()
 {
     $this->assertNull($this->response->send());
 }