public static function QuizTakingTestCase::getInfo in Quiz 7.6
Same name and namespace in other branches
- 7.5 tests/QuizTakingTestCase.test \QuizTakingTestCase::getInfo()
File
- tests/
QuizTakingTestCase.test, line 5
Class
Code
public static function getInfo() {
return array(
'name' => t('Quiz taking'),
'description' => t('Unit test for Quiz take behaviors.'),
'group' => t('Quiz'),
);
}