You are here

public static function MatchingTestCase::getInfo in Quiz 7.5

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

File

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

Class

MatchingTestCase
Test class for matching questions.

Code

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