You are here

public function SessionLimitSessionTestCase::setUp in Session Limit 8

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

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

File

tests/SessionLimitSessionTestCase.php, line 23

Class

SessionLimitSessionTestCase
Tests the multiple session test functionality.

Namespace

Drupal\session_limit

Code

public function setUp() {

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