ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilServicesWebServicesECSSuite.php
Go to the documentation of this file.
1 <?php
2 
18 declare(strict_types=1);
19 
21 
23 {
24  public static function suite(): self
25  {
26  $suite = new ilServicesWebServicesECSSuite();
27  require_once __DIR__ . '/ilECSUserTest.php';
28  $suite->addTestSuite(ilECSUserTest::class);
29 
30  return $suite;
31  }
32 }