ILIAS  release_7 Revision v7.30-3-g800a261c036
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