You are here

public static function UserEditRebuildTestCase::getInfo in Drupal 7

File

modules/user/user.test, line 2239
Tests for user.module.

Class

UserEditRebuildTestCase
Tests editing a user account with and without a form rebuild.

Code

public static function getInfo() {
  return array(
    'name' => 'User edit with form rebuild',
    'description' => 'Test user edit page when a form rebuild is triggered.',
    'group' => 'User',
  );
}