You are here

public function PasswordPolicyPasswordTabTestCase::setUp in Password Policy 7

Set up the test.

Overrides DrupalWebTestCase::setUp

File

contrib/password_tab/password_policy_password_tab.test, line 27
Web tests for Password policy password tab module.

Class

PasswordPolicyPasswordTabTestCase
Tests of password tab.

Code

public function setUp() {
  parent::setUp('password_policy', 'password_policy_password_tab');
  $this->user = $this
    ->drupalCreateUser();
}