You are here

public static function MathjaxConfigTestCase::getInfo in MathJax: LaTeX for Drupal 7

Provide info on these tests to the admin interface.

File

tests/mathjax_config.test, line 16
Configuration test file for MathJax module.

Class

MathjaxConfigTestCase
Configuration test case for the module.

Code

public static function getInfo() {
  return array(
    'name' => 'MathJax configuration',
    'description' => 'Tests the Javascript settings inclusion.',
    'group' => 'MathJax',
  );
}