You are here

public static function AdvPollSingleChoice::getInfo in Advanced Poll 7.3

File

tests/AdvPollSingleChoice.test, line 11

Class

AdvPollSingleChoice
@file

Code

public static function getInfo() {
  return array(
    'name' => 'Advanced Poll Single Choice',
    'description' => 'Test the operation of a single choice poll.',
    'group' => 'Advanced Poll',
  );
}