PHP Class PayPal\Test\Api\VerifyWebhookSignatureTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: paypal/rest-api-sdk-php

Public Methods

Method Description
getJson ( ) : string Gets Json String of Object VerifyWebhookSignature
getObject ( ) : VerifyWebhookSignature Gets Object Instance with Json data filled in
mockProvider ( )
testGetters ( VerifyWebhookSignature $obj )
testPost ( VerifyWebhookSignature $obj, $mockApiContext )
testSerializationDeserialization ( ) : VerifyWebhookSignature Tests for Serialization and Deserialization Issues
testUrlValidationForCertUrl ( )

Method Details

getJson() public static method

Gets Json String of Object VerifyWebhookSignature
public static getJson ( ) : string
return string

getObject() public static method

Gets Object Instance with Json data filled in
public static getObject ( ) : VerifyWebhookSignature
return PayPal\Api\VerifyWebhookSignature

mockProvider() public method

public mockProvider ( )

testGetters() public method

public testGetters ( VerifyWebhookSignature $obj )
$obj PayPal\Api\VerifyWebhookSignature

testPost() public method

public testPost ( VerifyWebhookSignature $obj, $mockApiContext )
$obj PayPal\Api\VerifyWebhookSignature

testSerializationDeserialization() public method

Tests for Serialization and Deserialization Issues
public testSerializationDeserialization ( ) : VerifyWebhookSignature
return PayPal\Api\VerifyWebhookSignature

testUrlValidationForCertUrl() public method