StorageTestAbstract
        
        extends TestCase
    
    
            
            in package
            
        
    
    
    
AbstractYes
Table of Contents
Properties
- $storage : OAuthStorageInterface
 - $token : AccessToken
 - $tsn : string
 
Methods
- testClearAllAccessTokens() : void
 - testRetrieveAccessTokenNotFoundException() : void
 - testRetrieveCSRFStateNotFoundException() : void
 - testStoreWithExistingToken() : void
 - testTokenStorage() : void
 - testToStorage() : void
 - initStorage() : OAuthStorageInterface
 - setUp() : void
 
Properties
$storage
    protected
        OAuthStorageInterface
    $storage
    
    
    
    
$token
    protected
        AccessToken
    $token
    
    
    
    
$tsn
    protected
        string
    $tsn
     = 'testService'
    
    
    
Methods
testClearAllAccessTokens()
    public
                    testClearAllAccessTokens() : void
    testRetrieveAccessTokenNotFoundException()
    public
                    testRetrieveAccessTokenNotFoundException() : void
    testRetrieveCSRFStateNotFoundException()
    public
                    testRetrieveCSRFStateNotFoundException() : void
    testStoreWithExistingToken()
    public
                    testStoreWithExistingToken() : void
    testTokenStorage()
    public
                    testTokenStorage() : void
    testToStorage()
    public
                    testToStorage() : void
    initStorage()
    protected
    abstract                initStorage() : OAuthStorageInterface
    Return values
OAuthStorageInterfacesetUp()
    protected
                    setUp() : void