You are here

public static function QuizRandomTestCase::getInfo in Quiz 7.5

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

File

tests/QuizRandomTestCase.test, line 11

Class

QuizRandomTestCase
Tests for random questions.

Code

public static function getInfo() {
  return array(
    'name' => t('Quiz random'),
    'description' => t('Unit test for random quiz question behavior'),
    'group' => t('Quiz'),
  );
}