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