You are here

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

Provide info on these tests to the admin interface.

File

tests/mathjax_admin.test, line 16
Admin page test file for MathJax module.

Class

MathjaxAdminTestCase
Admin test case for the module.

Code

public static function getInfo() {
  return array(
    'name' => 'MathJax administration',
    'description' => 'Tests the administration forms.',
    'group' => 'MathJax',
  );
}