PHP Класс PayPal\Test\Functional\Api\BillingPlansFunctionalTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$apiContext
$mockPayPalRestCall
$mode
$obj
$operation
$response

Открытые методы

Метод Описание
getClassName ( ) : string Returns just the classname of the test you are executing. It removes the namespaces.
getPlan ( ) : PayPal\Api\Plan Helper function to get a Plan object in Active State
setUp ( )
setupTest ( $className, $testName )
testCreate ( )
testCreateWithNOChargeModel ( )
testGet ( $plan ) : PayPal\Api\Plan
testGetList ( $plan )
testUpdateChangingMerchantPreferences ( $plan )
testUpdateChangingPD ( $plan )
testUpdateChangingState ( $plan ) : PayPal\Api\Plan

Описание методов

getClassName() публичный Метод

Returns just the classname of the test you are executing. It removes the namespaces.
public getClassName ( ) : string
Результат string

getPlan() публичный статический Метод

Helper function to get a Plan object in Active State
public static getPlan ( ) : PayPal\Api\Plan
Результат PayPal\Api\Plan

setUp() публичный Метод

public setUp ( )

setupTest() публичный Метод

public setupTest ( $className, $testName )

testCreate() публичный Метод

public testCreate ( )

testCreateWithNOChargeModel() публичный Метод

testGet() публичный Метод

public testGet ( $plan ) : PayPal\Api\Plan
$plan Plan
Результат PayPal\Api\Plan

testGetList() публичный Метод

public testGetList ( $plan )
$plan Plan

testUpdateChangingMerchantPreferences() публичный Метод

public testUpdateChangingMerchantPreferences ( $plan )
$plan Plan

testUpdateChangingPD() публичный Метод

public testUpdateChangingPD ( $plan )
$plan Plan

testUpdateChangingState() публичный Метод

public testUpdateChangingState ( $plan ) : PayPal\Api\Plan
$plan Plan
Результат PayPal\Api\Plan

Описание свойств

$apiContext публичное свойство

public $apiContext

$mockPayPalRestCall публичное свойство

public $mockPayPalRestCall

$mode публичное свойство

public $mode

$obj публичное статическое свойство

public static $obj

$operation публичное свойство

public $operation

$response публичное свойство

public $response