public static function ChoiceTestCase::getInfo in Quiz 6.6
Same name and namespace in other branches
- 6.4 question_types/multichoice/multichoice.test \ChoiceTestCase::getInfo()
- 7 question_types/multichoice/multichoice.test \ChoiceTestCase::getInfo()
- 7.4 question_types/multichoice/multichoice.test \ChoiceTestCase::getInfo()
File
- question_types/
choice/ choice.test, line 16
Class
Code
public static function getInfo() {
return array(
'name' => t('Choice unit test'),
'description' => t('Unit test for true or false question type.'),
'group' => t('Quiz'),
);
}