PHP Class PayPal\Test\Cache\AuthorizationCacheTest

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

Méthodes publiques

Méthode Description
CachePathProvider ( )
EnabledProvider ( )
testCacheDisabled ( )
testCachePath ( $config, $expected )
testCachePull ( )
testCachePullNonExisting ( )
testCachePush ( )
testIsEnabled ( $config, $expected )

Méthodes protégées

Méthode Description
setUp ( ) Sets up the fixture, for example, opens a network connection.
tearDown ( ) Tears down the fixture, for example, closes a network connection.

Method Details

CachePathProvider() public static méthode

public static CachePathProvider ( )

EnabledProvider() public static méthode

public static EnabledProvider ( )

setUp() protected méthode

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

tearDown() protected méthode

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

testCacheDisabled() public méthode

public testCacheDisabled ( )

testCachePath() public méthode

public testCachePath ( $config, $expected )

testCachePull() public méthode

public testCachePull ( )

testCachePullNonExisting() public méthode

testCachePush() public méthode

public testCachePush ( )

testIsEnabled() public méthode

public testIsEnabled ( $config, $expected )