public static function ForumUpgradePathTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ upgrade/ upgrade.forum.test, line 7
Class
- ForumUpgradePathTestCase
- Upgrade test for forum.module.
Code
public static function getInfo() {
return array(
'name' => 'Forum upgrade path',
'description' => 'Upgrade path tests for the Forum module.',
'group' => 'Upgrade path',
);
}