public static function VotingAPITestCase::getInfo in Voting API 7.3
Same name and namespace in other branches
- 6.2 tests/votingapi.test \VotingAPITestCase::getInfo()
- 7.2 tests/votingapi.test \VotingAPITestCase::getInfo()
File
- tests/
votingapi.test, line 9 - Test file for VotingAPI module.
Class
- VotingAPITestCase
- @file Test file for VotingAPI module.
Code
public static function getInfo() {
return array(
'name' => 'Voting API',
'description' => 'Voting API',
'group' => 'Voting API Tests',
);
}