public static function QuizRandomTestCase::getInfo in Quiz 7.6
Same name and namespace in other branches
- 7.5 tests/QuizRandomTestCase.test \QuizRandomTestCase::getInfo()
File
- tests/
QuizRandomTestCase.test, line 11
Class
- QuizRandomTestCase
- Tests for random questions.
Code
public static function getInfo() {
return array(
'name' => t('Quiz random'),
'description' => t('Unit test for random quiz question behavior'),
'group' => t('Quiz'),
);
}