public static function UserEditTestCase::getInfo

7.x user.test public static UserEditTestCase::getInfo()

File

drupal-7.x/modules/user/user.test, line 1781
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',
  );
}