PHP Класс PayPal\Test\Functional\Api\WebProfileFunctionalTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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