SessionStorageTest
        
        extends StorageTestAbstract
    
    
            
            in package
            
        
    
    
    
FinalYes
Table of Contents
Properties
- $storage : OAuthStorageInterface
 - $token : AccessToken
 - $tsn : string
 
Methods
- testClearAllAccessTokens() : void
 - testRetrieveAccessTokenNotFoundException() : void
 - testRetrieveCSRFStateNotFoundException() : void
 - testStoreStateWithNonExistentArray() : 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
    testStoreStateWithNonExistentArray()
    public
                    testStoreStateWithNonExistentArray() : void
    testStoreWithExistingToken()
    public
                    testStoreWithExistingToken() : void
    testTokenStorage()
    public
                    testTokenStorage() : void
    testToStorage()
    public
                    testToStorage() : void
    initStorage()
    protected
                    initStorage() : OAuthStorageInterface
    Return values
OAuthStorageInterfacesetUp()
    protected
                    setUp() : void