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