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