You are here

public static function VotingAPITestCase::getInfo in Voting API 6.2

Same name and namespace in other branches
  1. 7.3 tests/votingapi.test \VotingAPITestCase::getInfo()
  2. 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' => t('Voting API'),
    'description' => t('Voting API'),
    'group' => t('Voting API Tests'),
  );
}