PHP Class PayPal\Test\Handler\OauthHandlerTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: paypal/rest-api-sdk-php

Public Properties

Property Type Description
$apiContext PayPal\Rest\ApiContext
$config array
$handler PayPal\Handler\OauthHandler
$httpConfig PayPal\Core\PayPalHttpConfig

Public Methods

Method Description
modeProvider ( )
setUp ( )
testGetEndpoint ( $configs )

Method Details

modeProvider() public method

public modeProvider ( )

setUp() public method

public setUp ( )

testGetEndpoint() public method

public testGetEndpoint ( $configs )
$configs

Property Details

$apiContext public_oe property

public ApiContext,PayPal\Rest $apiContext
return PayPal\Rest\ApiContext

$config public_oe property

public array $config
return array

$handler public_oe property

public OauthHandler,PayPal\Handler $handler
return PayPal\Handler\OauthHandler

$httpConfig public_oe property

public PayPalHttpConfig,PayPal\Core $httpConfig
return PayPal\Core\PayPalHttpConfig