ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
ilServicesInitSuite.php
Go to the documentation of this file.
1
<?
php
5
class
ilServicesInitSuite
extends
PHPUnit_Framework_TestSuite
{
6
public
static
function
suite
()
7
{
8
$suite
=
new
ilServicesInitSuite
();
9
10
require_once(
"Services/Init/test/ilInitialisationTest.php"
);
11
12
$suite
->addTestSuite(
"ilInitialisationTest"
);
13
14
return
$suite
;
15
}
16
}
$suite
$suite
Definition:
CleanUpTest.php:406
ilServicesInitSuite\suite
static suite()
Definition:
ilServicesInitSuite.php:6
PHPUnit_Framework_TestSuite
ilServicesInitSuite
Definition:
ilServicesInitSuite.php:5
php
Services
Init
test
ilServicesInitSuite.php
Generated on Fri Jan 17 2025 19:01:13 for ILIAS by
1.8.13 (using
Doxyfile
)