Omnipay\PayPal\ExpressGatewayTest::testVoidFailure PHP Method

testVoidFailure() public method

public testVoidFailure ( )
    public function testVoidFailure()
    {
        $this->setMockHttpResponse('ExpressVoidFailure.txt');
        $response = $this->gateway->void($this->voidOptions)->send();
        $this->assertInstanceOf('\\Omnipay\\PayPal\\Message\\Response', $response);
        $this->assertFalse($response->isSuccessful());
    }