コード例 #1
0
ファイル: RequestTest.php プロジェクト: rawebone/wilson
 function testIsSecure()
 {
     $req = new Request();
     $req->mock(array("HTTPS" => "on"));
     $this->assertTrue($req->isSecure());
 }