You are here

public static function MathjaxWebTest::getInfo in MathJax: LaTeX for Drupal 3.0.x

Provide info on these tests to the admin interface.

File

tests/src/Functional/MathjaxWebTest.php, line 33

Class

MathjaxWebTest
Configuration test case for the module.

Namespace

Drupal\Tests\mathjax\Functional

Code

public static function getInfo() {
  return [
    'name' => 'MathJax tests',
    'description' => 'Tests the default configuration and admin functions.',
    'group' => 'MathJax',
  ];
}