public static function FilledMinimalUpdatePath::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ upgrade/ upgrade.test, line 672
Class
- FilledMinimalUpdatePath
- Performs point release update tests on a populated database.
Code
public static function getInfo() {
return array(
'name' => 'Basic minimal profile update path, populated database',
'description' => 'Basic update path tests for a minimal profile install with a populated database.',
'group' => 'Upgrade path',
);
}