You are here

public static function VudWebTestCase::getInfo in Vote Up/Down 7.2

Same name and namespace in other branches
  1. 6.3 vud.test \VudWebTestCase::getInfo()
  2. 6.2 vud.test \VudWebTestCase::getInfo()
  3. 7 vud.test \VudWebTestCase::getInfo()

Implementation of getInfo().

File

./vud.test, line 17
Test file for Vote Up/Down.

Class

VudWebTestCase
TODO test casting vote TODO test changing voting api tag after casting votes, and see if votes change TODO test vote reset

Code

public static function getInfo() {
  return array(
    'name' => t('Vote Up/Down'),
    'description' => t('Functional tests for Vote Up/Down'),
    'group' => t('Vote Up/down'),
  );
}