You are here

public function SessionLimitLogoutTestCase::setUp in Session Limit 2.x

Same name in this branch
  1. 2.x tests/session_limit.test \SessionLimitLogoutTestCase::setUp()
  2. 2.x tests/SessionLimitLogoutTestCase.php \Drupal\session_limit\SessionLimitLogoutTestCase::setUp()
Same name and namespace in other branches
  1. 8 tests/SessionLimitLogoutTestCase.php \Drupal\session_limit\SessionLimitLogoutTestCase::setUp()

setUp() performs any pre-requisite tasks that need to happen.

File

tests/SessionLimitLogoutTestCase.php, line 23

Class

SessionLimitLogoutTestCase
Session limit functions when expected behaviour is to logout oldest session.

Namespace

Drupal\session_limit

Code

public function setUp() {

  // Enable any modules required for the test.
  parent::setUp('session_limit');
}