You are here

public function LongAnswerUnitTest::getInfo in Quiz 7.4

Same name and namespace in other branches
  1. 6.6 question_types/long_answer/long_answer.test \LongAnswerUnitTest::getInfo()
  2. 6.3 question_types/long_answer/long_answer.test \LongAnswerUnitTest::getInfo()
  3. 6.4 question_types/long_answer/long_answer.test \LongAnswerUnitTest::getInfo()
  4. 6.5 question_types/long_answer/long_answer.test \LongAnswerUnitTest::getInfo()
  5. 7 question_types/long_answer/long_answer.test \LongAnswerUnitTest::getInfo()

File

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

Class

LongAnswerUnitTest
Unit tests for the long_answer Module. @file

Code

public function getInfo() {
  return array(
    'name' => t('Long answer unit test'),
    'description' => t('Suite of unit tests for verifying functionality for essay question functions.'),
    'group' => t('Quiz'),
  );
}