Пример #1
0
 public function testGetVal()
 {
     $req = new FauxRequest(['crlf' => "A\r\nb"]);
     $this->assertSame("A\r\nb", $req->getVal('crlf'), 'CRLF');
 }