PHP Class PayPal\Test\Api\PayerInfoTest

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

Public Methods

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

Method Details

getJson() public static method

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

getObject() public static method

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

testGetters() public method

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

testSerializationDeserialization() public method

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