PayPal\Test\Cache\AuthorizationCacheTest::testCacheDisabled PHP Method

testCacheDisabled() public method

public testCacheDisabled ( )
    public function testCacheDisabled()
    {
        // 'cache.enabled' => true,
        AuthorizationCache::push(array('cache.enabled' => false), 'clientId', 'accessToken', 'tokenCreateTime', 'tokenExpiresIn');
        AuthorizationCache::pull(array('cache.enabled' => false), 'clientId');
    }