ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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