You are here

public static function QuizTimerTestCase::getInfo in Quiz 7.6

Same name and namespace in other branches
  1. 7.5 tests/QuizTimerTestCase.test \QuizTimerTestCase::getInfo()

File

tests/QuizTimerTestCase.test, line 5

Class

QuizTimerTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Quiz timer'),
    'description' => t('Unit test for Quiz and question timer behaviors.'),
    'group' => t('Quiz'),
  );
}