public static function UserEditedOwnAccountTestCase::getInfo

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

File

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