You are here

public static function VotingAPITestCase::getInfo in Voting API 7.2

Same name and namespace in other branches
  1. 6.2 tests/votingapi.test \VotingAPITestCase::getInfo()
  2. 7.3 tests/votingapi.test \VotingAPITestCase::getInfo()

File

tests/votingapi.test, line 10
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',
  );
}