You are here

public static function ShortAnswerUnitTest::getInfo in Quiz 7.4

Same name and namespace in other branches
  1. 6.6 question_types/short_answer/short_answer.test \ShortAnswerUnitTest::getInfo()
  2. 6.4 question_types/short_answer/short_answer.test \ShortAnswerUnitTest::getInfo()
  3. 7 question_types/short_answer/short_answer.test \ShortAnswerUnitTest::getInfo()

File

question_types/short_answer/short_answer.test, line 28

Class

ShortAnswerUnitTest

Code

public static function getInfo() {
  return array(
    'name' => t('Short Answer unit test'),
    'description' => t('Unit test for Short answers question type.'),
    'group' => t('Quiz'),
  );
}