‪TYPO3CMS  9.5
TYPO3\CMS\Rsaauth\Tests\Functional\Storage\SplitStorageTest Class Reference
Inheritance diagram for TYPO3\CMS\Rsaauth\Tests\Functional\Storage\SplitStorageTest:

Public Member Functions

 getReturnsKeyFromDatabase ()
 
 putInsertsKeyIntoDatabase ()
 
 getDeletesKeysOlderThan30Minutes ()
 
 putDeletesKeysOlderThan30Minutes ()
 
 putDeletesCurrentKeyIfNullIsGiven ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

array $xmlDatabaseFixtures
 
array $testExtensionsToLoad
 
SplitStorage $subject
 
string $testKey = '666cb6d79dc65973df67571bbdc5beca'
 
string $testKeyLeftPart = '666cb6d79dc65973'
 
string $testKeyRightPart = 'df67571bbdc5beca'
 

Detailed Description

Test case.

Definition at line 24 of file SplitStorageTest.php.

Member Function Documentation

◆ getDeletesKeysOlderThan30Minutes()

TYPO3\CMS\Rsaauth\Tests\Functional\Storage\SplitStorageTest::getDeletesKeysOlderThan30Minutes ( )

◆ getReturnsKeyFromDatabase()

TYPO3\CMS\Rsaauth\Tests\Functional\Storage\SplitStorageTest::getReturnsKeyFromDatabase ( )
Test:

Definition at line 76 of file SplitStorageTest.php.

◆ putDeletesCurrentKeyIfNullIsGiven()

TYPO3\CMS\Rsaauth\Tests\Functional\Storage\SplitStorageTest::putDeletesCurrentKeyIfNullIsGiven ( )

◆ putDeletesKeysOlderThan30Minutes()

TYPO3\CMS\Rsaauth\Tests\Functional\Storage\SplitStorageTest::putDeletesKeysOlderThan30Minutes ( )

◆ putInsertsKeyIntoDatabase()

TYPO3\CMS\Rsaauth\Tests\Functional\Storage\SplitStorageTest::putInsertsKeyIntoDatabase ( )
Test:

Definition at line 85 of file SplitStorageTest.php.

◆ setUp()

TYPO3\CMS\Rsaauth\Tests\Functional\Storage\SplitStorageTest::setUp ( )
protected

Sets up this test suite.

Definition at line 61 of file SplitStorageTest.php.

References $GLOBALS, and TYPO3\CMS\Rsaauth\Tests\Functional\Storage\SplitStorageTest\$testKeyLeftPart.

Member Data Documentation

◆ $subject

SplitStorage TYPO3\CMS\Rsaauth\Tests\Functional\Storage\SplitStorageTest::$subject
protected

Definition at line 44 of file SplitStorageTest.php.

◆ $testExtensionsToLoad

array TYPO3\CMS\Rsaauth\Tests\Functional\Storage\SplitStorageTest::$testExtensionsToLoad
protected
Initial value:
= array(
'typo3/sysext/rsaauth'
)

Core extensions to load

Definition at line 38 of file SplitStorageTest.php.

◆ $testKey

string TYPO3\CMS\Rsaauth\Tests\Functional\Storage\SplitStorageTest::$testKey = '666cb6d79dc65973df67571bbdc5beca'
protected

Definition at line 48 of file SplitStorageTest.php.

◆ $testKeyLeftPart

◆ $testKeyRightPart

string TYPO3\CMS\Rsaauth\Tests\Functional\Storage\SplitStorageTest::$testKeyRightPart = 'df67571bbdc5beca'
protected

Definition at line 56 of file SplitStorageTest.php.

◆ $xmlDatabaseFixtures

array TYPO3\CMS\Rsaauth\Tests\Functional\Storage\SplitStorageTest::$xmlDatabaseFixtures
protected
Initial value:
= array(
'typo3/sysext/rsaauth/Tests/Functional/Fixtures/tx_rsaauth_keys.xml'
)

XML database fixtures to be loaded into database.

Definition at line 30 of file SplitStorageTest.php.