PHP Class PayPal\Test\Functional\Api\InvoiceFunctionalTest

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

Public Properties

Property Type Description
$apiContext
$mockPayPalRestCall
$obj
$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 )
testCancel ( $invoice ) : Invoice
testCreate ( )
testDelete ( $invoice ) : Invoice
testGet ( $invoice ) : Invoice
testGetAll ( $invoice ) : Invoice
testQRCode ( $invoice ) : Invoice
testRecordPayment ( $invoice ) : Invoice
testRecordRefund ( $invoice ) : Invoice
testRemind ( $invoice ) : Invoice
testSearch ( $invoice ) : Invoice
testSend ( $invoice ) : Invoice
testUpdate ( $invoice ) : Invoice

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 )

testCancel() public method

public testCancel ( $invoice ) : Invoice
$invoice Invoice
return PayPal\Api\Invoice

testCreate() public method

public testCreate ( )

testDelete() public method

public testDelete ( $invoice ) : Invoice
$invoice Invoice
return PayPal\Api\Invoice

testGet() public method

public testGet ( $invoice ) : Invoice
$invoice Invoice
return PayPal\Api\Invoice

testGetAll() public method

public testGetAll ( $invoice ) : Invoice
$invoice Invoice
return PayPal\Api\Invoice

testQRCode() public method

public testQRCode ( $invoice ) : Invoice
$invoice Invoice
return PayPal\Api\Invoice

testRecordPayment() public method

public testRecordPayment ( $invoice ) : Invoice
$invoice Invoice
return PayPal\Api\Invoice

testRecordRefund() public method

public testRecordRefund ( $invoice ) : Invoice
$invoice Invoice
return PayPal\Api\Invoice

testRemind() public method

public testRemind ( $invoice ) : Invoice
$invoice Invoice
return PayPal\Api\Invoice

testSearch() public method

public testSearch ( $invoice ) : Invoice
$invoice Invoice
return PayPal\Api\Invoice

testSend() public method

public testSend ( $invoice ) : Invoice
$invoice Invoice
return PayPal\Api\Invoice

testUpdate() public method

public testUpdate ( $invoice ) : Invoice
$invoice Invoice
return PayPal\Api\Invoice

Property Details

$apiContext public_oe property

public $apiContext

$mockPayPalRestCall public_oe property

public $mockPayPalRestCall

$obj public_oe static_oe property

public static $obj

$operation public_oe property

public $operation

$response public_oe property

public $response