PHP Класс PayPal\Test\Cache\AuthorizationCacheTest

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

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

Метод Описание
CachePathProvider ( )
EnabledProvider ( )
testCacheDisabled ( )
testCachePath ( $config, $expected )
testCachePull ( )
testCachePullNonExisting ( )
testCachePush ( )
testIsEnabled ( $config, $expected )

Защищенные методы

Метод Описание
setUp ( ) Sets up the fixture, for example, opens a network connection.
tearDown ( ) Tears down the fixture, for example, closes a network connection.

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

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

public static CachePathProvider ( )

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

public static EnabledProvider ( )

setUp() защищенный Метод

This method is called before a test is executed.
protected setUp ( )

tearDown() защищенный Метод

This method is called after a test is executed.
protected tearDown ( )

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

public testCacheDisabled ( )

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

public testCachePath ( $config, $expected )

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

public testCachePull ( )

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

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

public testCachePush ( )

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

public testIsEnabled ( $config, $expected )