ILIAS  release_8 Revision v8.23
ilServiceUISuite.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
23 
24 require_once 'libs/composer/vendor/autoload.php';
25 
31 {
32  public static function suite(): self
33  {
34  $suite = new self();
35 
36  require_once("./Services/Skill/test/ilUIFilterTest.php");
37  $suite->addTestSuite(UIFilterServiceSessionGatewayTest::class);
38 
39  return $suite;
40  }
41 }
UI Service test suite.