ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilServicesContextSuite.php
Go to the documentation of this file.
1 <?php
2 
4 
10 class ilServicesContextSuite extends TestSuite
11 {
12  public static function suite()
13  {
15 
16  require_once("Services/Context/test/ilContextTest.php");
17 
18  $suite->addTestSuite("ilContextTest");
19 
20  return $suite;
21  }
22 }
$suite