Example #1
0
 public function test_header_escaping()
 {
     $this->type_cast_helper->expects($this->once())->method('recursive_set_var')->with($this->anything(), '', true);
     $this->request->header('SOMEVAR');
 }