Ejemplo n.º 1
0
 function testIsSecure()
 {
     $req = new Request();
     $req->mock(array("HTTPS" => "on"));
     $this->assertTrue($req->isSecure());
 }