Test Suite for the MathJax service.
More...
Test Suite for the MathJax service.
Definition at line 27 of file ilServicesMathJaxSuite.php.
◆ suite()
| static ilServicesMathJaxSuite::suite |
( |
| ) |
|
|
static |
Definition at line 33 of file ilServicesMathJaxSuite.php.
33 : self
34 {
35 $suite = new self();
36
37 foreach (self::TEST_CLASSES as $class) {
38 require_once __DIR__ . "/class.$class.php";
39 $suite->addTestSuite($class);
40 }
41
42 return $suite;
43 }
◆ TEST_CLASSES
| const ilServicesMathJaxSuite::TEST_CLASSES |
|
private |
The documentation for this class was generated from the following file: