Source

						public function testConnect() {
		$http = new Http();
		$result = $http->connect();
		$this->assertTrue($result);
	}