You are here

public static function MultichoiceTestCase::getInfo in Quiz 7.5

Same name and namespace in other branches
  1. 7.6 question_types/multichoice/multichoice.test \MultichoiceTestCase::getInfo()

File

question_types/multichoice/multichoice.test, line 13
Test suite for choice Questions type module.

Class

MultichoiceTestCase
Test class for multichoice questions.

Code

public static function getInfo() {
  return array(
    'name' => t('Multichoice'),
    'description' => t('Unit test for the multichoice question type.'),
    'group' => t('Quiz'),
  );
}