Source

						public function testHttps() {
		$request = new Request(array('env' => array('HTTPS' => true)));
		$this->assertTrue($request->env('HTTPS'));
	}