PopTest\Shipping\ShippingTest::testGetResponse PHP Method

testGetResponse() public method

public testGetResponse ( )
    public function testGetResponse()
    {
        $s = new Shipping(new Ups('ACCESS_KEY', 'USER_ID', 'PASSWORD'));
        $this->assertNull($s->getResponse());
    }