You are here

public static function QuizNavigationTestCase::getInfo in Quiz 7.5

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

File

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

Class

QuizNavigationTestCase
Base test class for Quiz questions.

Code

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