public function SessionLimitSessionTestCase::setUp in Session Limit 8
Same name in this branch
- 8 tests/session_limit.test \SessionLimitSessionTestCase::setUp()
- 8 tests/SessionLimitSessionTestCase.php \Drupal\session_limit\SessionLimitSessionTestCase::setUp()
Same name and namespace in other branches
- 6.2 tests/session_limit.test \SessionLimitSessionTestCase::setUp()
- 7.2 tests/session_limit.test \SessionLimitSessionTestCase::setUp()
- 2.x tests/session_limit.test \SessionLimitSessionTestCase::setUp()
setUp() performs any pre-requisite tasks that need to happen.
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');
}