PHP Class PayPal\Test\Functional\Api\WebProfileFunctionalTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: paypal/rest-api-sdk-php

Méthodes publiques

Свойство Type Description
$apiContext
$mockPayPalRestCall
$operation
$response

Méthodes publiques

Méthode 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 méthode

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

setUp() public méthode

public setUp ( )

testCreate() public méthode

public testCreate ( )

testDelete() public méthode

public testDelete ( $createProfileResponse )
$createProfileResponse CreateProfileResponse

testGet() public méthode

public testGet ( $createProfileResponse ) : PayPal\Api\WebProfile
$createProfileResponse CreateProfileResponse
Résultat PayPal\Api\WebProfile

testGetList() public méthode

public testGetList ( $webProfile )
$webProfile WebProfile

testPartialUpdate() public méthode

public testPartialUpdate ( $webProfile )
$webProfile WebProfile

testUpdate() public méthode

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