ILIAS  release_8 Revision v8.23
ilServicesContextSuite.php
Go to the documentation of this file.
1 <?php
2 
4 
11 {
12  public static function suite(): self
13  {
14  $suite = new ilServicesContextSuite();
15 
16  require_once("Services/Context/test/ilContextTest.php");
17 
18  $suite->addTestSuite("ilContextTest");
19 
20  return $suite;
21  }
22 }