19declare(strict_types=1);
 
   21use PHPUnit\Framework\TestSuite;
 
   22use PHPUnit\Framework\TestCase;
 
   33    public static function suite(): self
 
   37        foreach (self::TEST_CLASSES as $class) {
 
   38            require_once __DIR__ . 
"/class.$class.php";
 
   39            $suite->addTestSuite($class);
 
Test Suite for the MathJax service.