You are here

public function PasswordPolicyTestCase::setUp in Password Policy 7

Same name and namespace in other branches
  1. 6 tests/password_policy.test \PasswordPolicyTestCase::setUp()

Set up the test.

Overrides DrupalWebTestCase::setUp

File

tests/password_policy.test, line 27
Functional tests for Password policy module.

Class

PasswordPolicyTestCase
Tests of basic Password Policy constraints.

Code

public function setUp() {
  parent::setUp('password_policy');
}