You are here

public static function SessionStoreTest::setUpBeforeClass in Auth0 Single Sign On 8.2

Test fixture for class, runs once before any tests.

Return value

void

File

vendor/auth0/auth0-php/tests/Store/SessionStoreTest.php, line 46

Class

SessionStoreTest
Class SessionStoreTest. Tests the SessionStore class.

Code

public static function setUpBeforeClass() {
  self::$sessionStore = new SessionStore();
  self::$sessionKey = 'auth0__' . self::TEST_KEY;
}