You are here

public static function LongAnswerTestCase::getInfo in Quiz 7.5

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

File

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

Class

LongAnswerTestCase
Test class for long answer.

Code

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