You are here

function VoteUpDownTestCase::getInfo in Vote Up/Down 6

Implementation of getInfo().

File

tests/vote_up_down.test, line 33
Test file for Vote Up/Down.

Class

VoteUpDownTestCase

Code

function getInfo() {
  return array(
    'name' => t('Vote Up/Down'),
    'description' => t('For the relevant issue in the Vote Up/Down queue, see http://drupal.org/node/360121'),
    'group' => t('Voting API Tests'),
  );
}