You are here

public static function QuizGradingTestCase::getInfo in Quiz 7.5

File

tests/QuizGradingTestCase.test, line 13
Unit tests for the quiz question Module.

Class

QuizGradingTestCase
Base test class for Quiz questions.

Code

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