You are here

public static function QuizResultTestCase::getInfo in Quiz 7.6

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

File

tests/QuizResultTestCase.test, line 5

Class

QuizResultTestCase

Code

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