public function PasswordPolicyPasswordLengthRestrictionTestCase::setUp in Password Policy 7
Same name and namespace in other branches
- 7.2 password_policy.test \PasswordPolicyPasswordLengthRestrictionTestCase::setUp()
Set up the test.
Overrides DrupalWebTestCase::setUp
File
- tests/
password_policy.test, line 982 - Functional tests for Password policy module.
Class
- PasswordPolicyPasswordLengthRestrictionTestCase
- Tests of restriction on password length.
Code
public function setUp() {
parent::setUp('password_policy');
$this
->createAdmin();
}