ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilServicesContextSuite.php
Go to the documentation of this file.
1<?php
2
4
10class 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
An exception for terminatinating execution or to throw for unit testing.