PHP Class PayPal\Test\Functional\Api\WebhookFunctionalTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: paypal/rest-api-sdk-php

Public Properties

Property Type Description
$apiContext
$mockPayPalRestCall
$operation
$response

Public Methods

Method Description
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 )

Method Details

deleteAll() public method

public deleteAll ( )

getClassName() public method

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

setUp() public method

public setUp ( )

testCreate() public method

public testCreate ( )

testDelete() public method

public testDelete ( $webhook )
$webhook Webhook

testEventSearch() public method

public testEventSearch ( )

testGet() public method

public testGet ( $webhook ) : Webhook
$webhook Webhook
return PayPal\Api\Webhook

testGetAll() public method

public testGetAll ( $webhook ) : WebhookList
$webhook Webhook
return PayPal\Api\WebhookList

testGetSubscribedEventTypes() public method

public testGetSubscribedEventTypes ( $webhook ) : WebhookEventTypeList
$webhook Webhook
return PayPal\Api\WebhookEventTypeList

testUpdate() public method

public testUpdate ( $webhook )
$webhook Webhook

Property Details

$apiContext public_oe property

public $apiContext

$mockPayPalRestCall public_oe property

public $mockPayPalRestCall

$operation public_oe property

public $operation

$response public_oe property

public $response