public static function UserUpgradePathNoPasswordTokenTestCase::getInfo

Archivo

drupal-7.x/modules/simpletest/tests/upgrade/upgrade.user.test, line 39

Class

UserUpgradePathNoPasswordTokenTestCase
Upgrade test for user.module (password token not involved).

Código

public static function getInfo() {
  return array(
    'name' => 'User upgrade path (password token not involved)',
    'description' => 'User upgrade path tests (password token not involved).',
    'group' => 'Upgrade path',
  );
}