public static function CommentUpgradePathTestCase::getInfo

File

drupal/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',
  );
}