public static function UserUpdatePathTestCase::getInfo in Drupal 7
File
- 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.
Code
public static function getInfo() {
return array(
'name' => 'User update path',
'description' => 'User update path tests.',
'group' => 'Upgrade path',
);
}