public static function UserUpdatePathTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ upgrade/ update.user.test, line 12 - Provides update path tests for the User module.
Class
- UserUpdatePathTestCase
- Tests the User 7.0 -> 7.x update path.
Código
public static function getInfo() {
return array(
'name' => 'User update path',
'description' => 'User update path tests.',
'group' => 'Upgrade path',
);
}