PHP 클래스 PayPal\Test\Functional\Api\InvoiceFunctionalTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php

공개 프로퍼티들

프로퍼티 타입 설명
$apiContext
$mockPayPalRestCall
$obj
$operation
$response

공개 메소드들

메소드 설명
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

메소드 상세

getClassName() 공개 메소드

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

setUp() 공개 메소드

public setUp ( )

setupTest() 공개 메소드

public setupTest ( $className, $testName )

testCancel() 공개 메소드

public testCancel ( $invoice ) : Invoice
$invoice Invoice
리턴 PayPal\Api\Invoice

testCreate() 공개 메소드

public testCreate ( )

testDelete() 공개 메소드

public testDelete ( $invoice ) : Invoice
$invoice Invoice
리턴 PayPal\Api\Invoice

testGet() 공개 메소드

public testGet ( $invoice ) : Invoice
$invoice Invoice
리턴 PayPal\Api\Invoice

testGetAll() 공개 메소드

public testGetAll ( $invoice ) : Invoice
$invoice Invoice
리턴 PayPal\Api\Invoice

testQRCode() 공개 메소드

public testQRCode ( $invoice ) : Invoice
$invoice Invoice
리턴 PayPal\Api\Invoice

testRecordPayment() 공개 메소드

public testRecordPayment ( $invoice ) : Invoice
$invoice Invoice
리턴 PayPal\Api\Invoice

testRecordRefund() 공개 메소드

public testRecordRefund ( $invoice ) : Invoice
$invoice Invoice
리턴 PayPal\Api\Invoice

testRemind() 공개 메소드

public testRemind ( $invoice ) : Invoice
$invoice Invoice
리턴 PayPal\Api\Invoice

testSearch() 공개 메소드

public testSearch ( $invoice ) : Invoice
$invoice Invoice
리턴 PayPal\Api\Invoice

testSend() 공개 메소드

public testSend ( $invoice ) : Invoice
$invoice Invoice
리턴 PayPal\Api\Invoice

testUpdate() 공개 메소드

public testUpdate ( $invoice ) : Invoice
$invoice Invoice
리턴 PayPal\Api\Invoice

프로퍼티 상세

$apiContext 공개적으로 프로퍼티

public $apiContext

$mockPayPalRestCall 공개적으로 프로퍼티

public $mockPayPalRestCall

$obj 공개적으로 정적으로 프로퍼티

public static $obj

$operation 공개적으로 프로퍼티

public $operation

$response 공개적으로 프로퍼티

public $response