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

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

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

Свойство Тип Описание
$apiContext
$mockPayPalRestCall
$operation
$response

Открытые методы

Метод Описание
deleteAll ( )
getClassName ( ) : string Returns just the classname of the test you are executing. It removes the namespaces.
setUp ( )
testCreate ( )
testDelete ( $webhook )
testEventSearch ( )
testGet ( $webhook ) : Webhook
testGetAll ( $webhook ) : WebhookList
testGetSubscribedEventTypes ( $webhook ) : WebhookEventTypeList
testUpdate ( $webhook )

Описание методов

deleteAll() публичный Метод

public deleteAll ( )

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 ( $webhook )
$webhook Webhook

testEventSearch() публичный Метод

public testEventSearch ( )

testGet() публичный Метод

public testGet ( $webhook ) : Webhook
$webhook Webhook
Результат PayPal\Api\Webhook

testGetAll() публичный Метод

public testGetAll ( $webhook ) : WebhookList
$webhook Webhook
Результат PayPal\Api\WebhookList

testGetSubscribedEventTypes() публичный Метод

public testGetSubscribedEventTypes ( $webhook ) : WebhookEventTypeList
$webhook Webhook
Результат PayPal\Api\WebhookEventTypeList

testUpdate() публичный Метод

public testUpdate ( $webhook )
$webhook Webhook

Описание свойств

$apiContext публичное свойство

public $apiContext

$mockPayPalRestCall публичное свойство

public $mockPayPalRestCall

$operation публичное свойство

public $operation

$response публичное свойство

public $response