Exemplo n.º 1
0
 public function testClearHeaders()
 {
     $this->responseMock->expects($this->any())->method('clearHeaders');
     $this->object->clearHeaders();
 }