ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilServicesInitSuite.php
Go to the documentation of this file.
1<?php
6{
7 public static function suite()
8 {
10
11 require_once("Services/Init/test/ilInitialisationTest.php");
12
13 $suite->addTestSuite("ilInitialisationTest");
14
15 return $suite;
16 }
17}
$suite
An exception for terminatinating execution or to throw for unit testing.