public static function PollUpgradePathTestCase::getInfo

Same name in this branch

File

drupal/modules/simpletest/tests/upgrade/upgrade.node.test, line 95

Class

PollUpgradePathTestCase
Upgrade test for node type poll.

Code

public static function getInfo() {
  return array(
    'name' => 'Poll upgrade path',
    'description' => 'Poll upgrade path tests.',
    'group' => 'Upgrade path',
  );
}