ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilServicesContextSuite.php
Go to the documentation of this file.
1 <?php
8 {
9  public static function suite()
10  {
12 
13  require_once("Services/Context/test/ilContextTest.php");
14 
15  $suite->addTestSuite("ilContextTest");
16 
17  return $suite;
18  }
19 }
$suite