PHP 클래스 PayPal\Test\Cache\AuthorizationCacheTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php

공개 메소드들

메소드 설명
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 )