コード例 #1
0
ファイル: RequestTest.php プロジェクト: spire-framework/spire
 public function testHttps()
 {
     $request = Request::https();
     $this->assertInternalType('boolean', $request);
 }