You are here

public static function QuizFeedbackTestCase::getInfo in Quiz 7.6

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

File

tests/QuizFeedbackTestCase.test, line 18
Unit tests for the quiz question Module.

Class

QuizFeedbackTestCase
Base test class for Quiz questions.

Code

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