You are here

public static function QuizCreationTestCase::getInfo in Quiz 7.6

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

File

tests/QuizCreationTestCase.test, line 19
Unit tests for the quiz question Module.

Class

QuizCreationTestCase
Test aspects of quiz creation including global and user defaults.

Code

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