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