PHP Class PayPal\Test\Api\FileAttachmentTest

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 FileAttachment
getObject ( ) : FileAttachment Gets Object Instance with Json data filled in
testGetters ( FileAttachment $obj )
testSerializationDeserialization ( ) : FileAttachment Tests for Serialization and Deserialization Issues
testUrlValidationForUrl ( )

Method Details

getJson() public static method

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

getObject() public static method

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

testGetters() public method

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

testSerializationDeserialization() public method

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

testUrlValidationForUrl() public method