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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
getClassName ( ) : string Returns just the classname of the test you are executing. It removes the namespaces.
setUp ( )
testCreate ( )
testDelete ( $createProfileResponse )
testGet ( $createProfileResponse ) : PayPal\Api\WebProfile
testGetList ( $webProfile )
testPartialUpdate ( $webProfile )
testUpdate ( $webProfile )

메소드 상세

getClassName() 공개 메소드

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

setUp() 공개 메소드

public setUp ( )

testCreate() 공개 메소드

public testCreate ( )

testDelete() 공개 메소드

public testDelete ( $createProfileResponse )
$createProfileResponse CreateProfileResponse

testGet() 공개 메소드

public testGet ( $createProfileResponse ) : PayPal\Api\WebProfile
$createProfileResponse CreateProfileResponse
리턴 PayPal\Api\WebProfile

testGetList() 공개 메소드

public testGetList ( $webProfile )
$webProfile WebProfile

testPartialUpdate() 공개 메소드

public testPartialUpdate ( $webProfile )
$webProfile WebProfile

testUpdate() 공개 메소드

public testUpdate ( $webProfile )
$webProfile WebProfile

프로퍼티 상세

$apiContext 공개적으로 프로퍼티

public $apiContext

$mockPayPalRestCall 공개적으로 프로퍼티

public $mockPayPalRestCall

$operation 공개적으로 프로퍼티

public $operation

$response 공개적으로 프로퍼티

public $response