ILIAS  release_8 Revision v8.23
ilServicesLoggingSuite.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 ilServicesLoggingSuite();
28  include_once('./Services/Logging/test/ilLogComponentLevelTest.php');
29  $suite->addTestSuite(ilLogComponentLevelTest::class);
30  return $suite;
31  }
32 }