You are here

public static function ShortAnswerTestCase::getInfo in Quiz 7.6

Same name and namespace in other branches
  1. 7.5 question_types/short_answer/short_answer.test \ShortAnswerTestCase::getInfo()

File

question_types/short_answer/short_answer.test, line 15
Unit tests for the short_answer Module.

Class

ShortAnswerTestCase
Test class for short answer.

Code

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