You are here

public static function MathjaxWebTest::getInfo in MathJax: LaTeX for Drupal 8.2

Provide info on these tests to the admin interface.

File

src/Tests/MathjaxWebTest.php, line 25

Class

MathjaxWebTest
Configuration test case for the module.

Namespace

Drupal\mathjax\Tests

Code

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