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