Ejemplo n.º 1
0
 public function testSendBody()
 {
     $response = new Response('woot!');
     $response->sendBody();
     $this->expectOutputString('woot!');
 }