You are here

public static function QuizTakingTestCase::getInfo in Quiz 7.5

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

File

tests/QuizTakingTestCase.test, line 5

Class

QuizTakingTestCase

Code

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