function PollUpgradePathTestCase::getInfo
Same name in this branch
- 7.x modules/simpletest/tests/upgrade/upgrade.node.test \PollUpgradePathTestCase::getInfo()
File
-
modules/
simpletest/ tests/ upgrade/ upgrade.poll.test, line 13
Class
- PollUpgradePathTestCase
- Upgrade test for poll.module.
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.