You are here

public function SessionLimitSessionTestCase::setUp in Session Limit 7.2

Same name and namespace in other branches
  1. 8 tests/session_limit.test \SessionLimitSessionTestCase::setUp()
  2. 6.2 tests/session_limit.test \SessionLimitSessionTestCase::setUp()
  3. 2.x tests/session_limit.test \SessionLimitSessionTestCase::setUp()

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

Overrides DrupalWebTestCase::setUp

File

tests/session_limit.test, line 315
Simpletest tests for session_limit.

Class

SessionLimitSessionTestCase
Tests the multiple session test functionality.

Code

public function setUp() {

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