public function SessionLimitSessionTestCase::setUp in Session Limit 2.x
Same name in this branch
- 2.x tests/session_limit.test \SessionLimitSessionTestCase::setUp()
- 2.x tests/SessionLimitSessionTestCase.php \Drupal\session_limit\SessionLimitSessionTestCase::setUp()
Same name and namespace in other branches
- 8 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_limitCode
public function setUp() {
// Enable any modules required for the test.
parent::setUp('session_limit');
}