public static function UserUpgradePathPasswordTokenTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ upgrade/ upgrade.user.test, line 6
Class
- UserUpgradePathPasswordTokenTestCase
- Upgrade test for user.module (password token involved).
Código
public static function getInfo() {
return array(
'name' => 'User upgrade path (password token involved)',
'description' => 'User upgrade path tests (password token involved).',
'group' => 'Upgrade path',
);
}