public static function MatchingUnitTest::getInfo in Quiz 7
Same name and namespace in other branches
- 6.6 question_types/matching/matching.test \MatchingUnitTest::getInfo()
- 6.4 question_types/matching/matching.test \MatchingUnitTest::getInfo()
- 7.4 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'),
);
}