ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilServicesContextSuite.php
Go to the documentation of this file.
1<?php
8 public static function suite()
9 {
11
12 require_once("Services/Context/test/ilContextTest.php");
13
14 $suite->addTestSuite("ilContextTest");
15
16 return $suite;
17 }
18}
$suite
An exception for terminatinating execution or to throw for unit testing.