public static function QuizFileUploadTestCase::getInfo in Quiz File Upload 7.5
File
- tests/
quizfileupload.test, line 15 - Unit tests for the quizfileupload Module.
Class
- QuizFileUploadTestCase
- Test class for the file upload question type.
Code
public static function getInfo() {
return array(
'name' => t('File Upload'),
'description' => t('Unit test for file upload question type.'),
'group' => t('Quiz'),
);
}