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