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