You are here

public static function MatchingUnitTest::getInfo in Quiz 7.4

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

File

question_types/matching/matching.test, line 39
Unit tests for the matching Module.

Class

MatchingUnitTest
@file Unit tests for the matching Module.

Code

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