PHP Class Omnipay\PayPal\ExpressGatewayTest

Inheritance: extends Omnipay\Tests\GatewayTestCase
Exibir arquivo Open project: omnipay/paypal

Protected Properties

Property Type Description
$gateway Omnipay\PayPal\ExpressGateway
$options array
$voidOptions array

Public Methods

Method Description
setUp ( )
testAuthorizeFailure ( )
testAuthorizeSuccess ( )
testCompletePurchaseCustomOptions ( )
testCompletePurchaseFailureRedirect ( )
testCompletePurchaseHttpOptions ( )
testFetchCheckout ( )
testOrderFailure ( )
testOrderSuccess ( )
testPurchaseFailure ( )
testPurchaseSuccess ( )
testTransactionSearch ( )
testVoidFailure ( )
testVoidSuccess ( )

Method Details

setUp() public method

public setUp ( )

testAuthorizeFailure() public method

testAuthorizeSuccess() public method

testCompletePurchaseCustomOptions() public method

testCompletePurchaseFailureRedirect() public method

testCompletePurchaseHttpOptions() public method

testFetchCheckout() public method

public testFetchCheckout ( )

testOrderFailure() public method

public testOrderFailure ( )

testOrderSuccess() public method

public testOrderSuccess ( )

testPurchaseFailure() public method

public testPurchaseFailure ( )

testPurchaseSuccess() public method

public testPurchaseSuccess ( )

testTransactionSearch() public method

testVoidFailure() public method

public testVoidFailure ( )

testVoidSuccess() public method

public testVoidSuccess ( )

Property Details

$gateway protected_oe property

protected ExpressGateway,Omnipay\PayPal $gateway
return Omnipay\PayPal\ExpressGateway

$options protected_oe property

protected array $options
return array

$voidOptions protected_oe property

protected array $voidOptions
return array