public static function UserEditTestCase::getInfo

File

drupal/modules/user/user.test, line 1963
Tests for user.module.

Class

UserEditTestCase
Tests editing a user account.

Code

public static function getInfo() {
  return array(
    'name' => 'User edit',
    'description' => 'Test user edit page.',
    'group' => 'User',
  );
}