Exemple #1
0
 function testisAbortedReturnTrueOnceIsAborted()
 {
     $this->response->appendFilter($this->filter[0]);
     $this->response->abort();
     $this->assertTrue($this->response->isAborted());
 }