PHP Class PayPal\Test\Functional\Api\BillingAgreementsFunctionalTest

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

Public Properties

Property Type Description
$apiContext
$mockPayPalRestCall
$operation
$response

Public Methods

Method Description
getClassName ( ) : string Returns just the classname of the test you are executing. It removes the namespaces.
setUp ( )
setupTest ( $className, $testName )
testBillBalance ( $agreement ) : PayPal\Api\Agreement
testCancel ( $agreement ) : PayPal\Api\Agreement
testCreateCCAgreement ( ) : PayPal\Api\Agreement
testCreatePayPalAgreement ( ) : PayPal\Api\Agreement
testExecute ( $agreement ) : PayPal\Api\Agreement
testGet ( $agreement ) : PayPal\Api\Plan
testGetTransactions ( $agreement ) : PayPal\Api\Agreement
testReactivate ( $agreement ) : PayPal\Api\Agreement
testSetBalance ( $agreement ) : PayPal\Api\Agreement
testSuspend ( $agreement ) : PayPal\Api\Agreement
testUpdate ( $agreement )

Method Details

getClassName() public method

Returns just the classname of the test you are executing. It removes the namespaces.
public getClassName ( ) : string
return string

setUp() public method

public setUp ( )

setupTest() public method

public setupTest ( $className, $testName )

testBillBalance() public method

public testBillBalance ( $agreement ) : PayPal\Api\Agreement
$agreement Agreement
return PayPal\Api\Agreement

testCancel() public method

public testCancel ( $agreement ) : PayPal\Api\Agreement
$agreement Agreement
return PayPal\Api\Agreement

testCreateCCAgreement() public method

public testCreateCCAgreement ( ) : PayPal\Api\Agreement
return PayPal\Api\Agreement

testCreatePayPalAgreement() public method

public testCreatePayPalAgreement ( ) : PayPal\Api\Agreement
return PayPal\Api\Agreement

testExecute() public method

public testExecute ( $agreement ) : PayPal\Api\Agreement
$agreement Agreement
return PayPal\Api\Agreement

testGet() public method

public testGet ( $agreement ) : PayPal\Api\Plan
$agreement Agreement
return PayPal\Api\Plan

testGetTransactions() public method

public testGetTransactions ( $agreement ) : PayPal\Api\Agreement
$agreement Agreement
return PayPal\Api\Agreement

testReactivate() public method

public testReactivate ( $agreement ) : PayPal\Api\Agreement
$agreement Agreement
return PayPal\Api\Agreement

testSetBalance() public method

public testSetBalance ( $agreement ) : PayPal\Api\Agreement
$agreement Agreement
return PayPal\Api\Agreement

testSuspend() public method

public testSuspend ( $agreement ) : PayPal\Api\Agreement
$agreement Agreement
return PayPal\Api\Agreement

testUpdate() public method

public testUpdate ( $agreement )
$agreement Agreement

Property Details

$apiContext public_oe property

public $apiContext

$mockPayPalRestCall public_oe property

public $mockPayPalRestCall

$operation public_oe property

public $operation

$response public_oe property

public $response