Extends
lithium\test\UnitSource
public function testConnect() {
$http = new Http();
$result = $http->connect();
$this->assertTrue($result);
}
public function testConnect() {
$http = new Http();
$result = $http->connect();
$this->assertTrue($result);
}