ILIAS  release_7 Revision v7.30-3-g800a261c036
ilServicesInitSuite.php
Go to the documentation of this file.
1<?php
2
3use PHPUnit\Framework\TestSuite;
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.