ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilServicesPDFGenerationSuite.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
28 {
29  public static function suite(): self
30  {
31  $suite = new self();
32  require_once __DIR__ . '/ilPdfGeneratorConstantsTest.php';
33  $suite->addTestSuite('ilPdfGeneratorConstantsTest');
34  require_once __DIR__ . '/ilWkhtmlToPdfConfigTest.php';
35  $suite->addTestSuite('ilWkhtmlToPdfConfigTest');
36 
37  return $suite;
38  }
39 }