public function PasswordPolicyAdministratorPasswordChangeTestCase::setUp in Password Policy 7
Set up the test.
Overrides DrupalWebTestCase::setUp
File
- tests/
password_policy.test, line 806 - Functional tests for Password policy module.
Class
- PasswordPolicyAdministratorPasswordChangeTestCase
- Tests administrator changing password of another user.
Code
public function setUp() {
parent::setUp('password_policy');
$this
->createAdmin();
$this
->createNonAdmin();
}