ILIAS  release_8 Revision v8.23
ilServicesContactSuite.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
23 require_once __DIR__ . '/bootstrap.php';
24 
29 {
30  public static function suite(): self
31  {
32  $suite = new self();
33 
34  $suite->addTestSuite(ilBuddySystemTestSuite::class);
35 
36  return $suite;
37  }
38 }