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

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
getClassName ( ) : string Returns just the classname of the test you are executing. It removes the namespaces.
setUp ( )
testCancel ( $payoutBatch ) : PayoutBatch
testCreate ( )
testGet ( $payoutBatch ) : PayoutBatch
testGetItem ( $payoutBatch ) : PayoutBatch

메소드 상세

getClassName() 공개 메소드

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

setUp() 공개 메소드

public setUp ( )

testCancel() 공개 메소드

public testCancel ( $payoutBatch ) : PayoutBatch
$payoutBatch PayoutBatch
리턴 PayPal\Api\PayoutBatch

testCreate() 공개 메소드

public testCreate ( )

testGet() 공개 메소드

public testGet ( $payoutBatch ) : PayoutBatch
$payoutBatch PayoutBatch
리턴 PayPal\Api\PayoutBatch

testGetItem() 공개 메소드

public testGetItem ( $payoutBatch ) : PayoutBatch
$payoutBatch PayoutBatch
리턴 PayPal\Api\PayoutBatch

프로퍼티 상세

$apiContext 공개적으로 프로퍼티

public $apiContext

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

public static $batchId

$mockPayPalRestCall 공개적으로 프로퍼티

public $mockPayPalRestCall

$operation 공개적으로 프로퍼티

public $operation

$response 공개적으로 프로퍼티

public $response