public static function UserEditedOwnAccountTestCase::getInfo

File

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

Class

UserEditedOwnAccountTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'User edited own account',
    'description' => 'Test user edited own account can still log in.',
    'group' => 'User',
  );
}