PHP Class PayPal\Test\Functional\Api\WebProfileFunctionalTest

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
getClassName ( ) : string Returns just the classname of the test you are executing. It removes the namespaces.
setUp ( )
testCreate ( )
testDelete ( $createProfileResponse )
testGet ( $createProfileResponse ) : PayPal\Api\WebProfile
testGetList ( $webProfile )
testPartialUpdate ( $webProfile )
testUpdate ( $webProfile )

Method Details

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 ( $createProfileResponse )
$createProfileResponse CreateProfileResponse

testGet() public method

public testGet ( $createProfileResponse ) : PayPal\Api\WebProfile
$createProfileResponse CreateProfileResponse
return PayPal\Api\WebProfile

testGetList() public method

public testGetList ( $webProfile )
$webProfile WebProfile

testPartialUpdate() public method

public testPartialUpdate ( $webProfile )
$webProfile WebProfile

testUpdate() public method

public testUpdate ( $webProfile )
$webProfile WebProfile

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