PHP Class PayPal\Test\Cache\AuthorizationCacheTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: paypal/rest-api-sdk-php

Public Methods

Method Description
CachePathProvider ( )
EnabledProvider ( )
testCacheDisabled ( )
testCachePath ( $config, $expected )
testCachePull ( )
testCachePullNonExisting ( )
testCachePush ( )
testIsEnabled ( $config, $expected )

Protected Methods

Method 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 method

public static CachePathProvider ( )

EnabledProvider() public static method

public static EnabledProvider ( )

setUp() protected method

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

tearDown() protected method

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

testCacheDisabled() public method

public testCacheDisabled ( )

testCachePath() public method

public testCachePath ( $config, $expected )

testCachePull() public method

public testCachePull ( )

testCachePullNonExisting() public method

testCachePush() public method

public testCachePush ( )

testIsEnabled() public method

public testIsEnabled ( $config, $expected )