rcrowe\Hippy\Tests\Transport\GuzzleBasicTest::testSetHttp PHP Method

testSetHttp() public method

public testSetHttp ( )
    public function testSetHttp()
    {
        $guzzle = new Guzzle(null, null, null);
        $guzzle->setHttp(new Http('https://api.cogpowered.com/v1/'));
        $this->assertEquals($guzzle->getHttp()->getBaseUrl(), 'https://api.cogpowered.com/v1/');
    }