You are here

public function SessionLimitPreventTestCase::setUp in Session Limit 8

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

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

File

tests/SessionLimitPreventTestCase.php, line 23

Class

SessionLimitPreventTestCase
Session limit functionality when behaviour is to prevent login at limit.

Namespace

Drupal\session_limit

Code

public function setUp() {

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