public static function MathjaxWebTestCase::getInfo in MathJax: LaTeX for Drupal 7.2
Provide info on these tests to the admin interface.
File
- ./
mathjax.test, line 16 - Web test file for MathJax module.
Class
- MathjaxWebTestCase
- Web test case for the module.
Code
public static function getInfo() {
return array(
'name' => 'MathJax tests',
'description' => 'Tests the default configuration and admin functions.',
'group' => 'MathJax',
);
}