ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilServicesRegistrationSuite.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 {
25  public static function suite(): self
26  {
27  $suite = new self();
28  include_once("./Services/Registration/test/ilRegistrationSettingsTest.php");
29  $suite->addTestSuite(ilRegistrationSettingsTest::class);
30  return $suite;
31  }
32 }