function PollUpgradePathTestCase::getInfo

Same name in this branch
  1. 7.x modules/simpletest/tests/upgrade/upgrade.poll.test \PollUpgradePathTestCase::getInfo()

File

modules/simpletest/tests/upgrade/upgrade.node.test, line 101

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.