Exemple #1
0
 public function testSendBodyShouldDoNothing()
 {
     $this->response->sendBody();
     self::assertEquals(null, $this->getActualOutput());
 }