Esempio n. 1
0
 public function testSendHeaderShouldDoNothing()
 {
     $this->response->sendHeaders();
     self::assertEquals(null, $this->getActualOutput());
 }