ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilServicesInitSuite.php
Go to the documentation of this file.
1<?php
2
4
8class ilServicesInitSuite extends TestSuite
9{
10 public static function suite()
11 {
13
14 require_once("Services/Init/test/ilInitialisationTest.php");
15
16 $suite->addTestSuite("ilInitialisationTest");
17
18 return $suite;
19 }
20}
$suite
An exception for terminatinating execution or to throw for unit testing.