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