public static function UserEditedOwnAccountTestCase::getInfo

Archivo

drupal-7.x/modules/user/user.test, line 1941
Tests for user.module.

Class

UserEditedOwnAccountTestCase

Código

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