ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
ilServicesUICoreSuite.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
class
ilServicesUICoreSuite
extends
PHPUnit_Framework_TestSuite
5
{
6
public
static
function
suite
()
7
{
8
if
(
defined
(
'ILIAS_PHPUNIT_CONTEXT'
))
9
{
10
include_once(
"./Services/PHPUnit/classes/class.ilUnitUtil.php"
);
11
ilUnitUtil::performInitialisation();
12
}
13
else
14
{
15
chdir( dirname( __FILE__ ) );
16
chdir(
'../../../'
);
17
}
18
19
$suite
=
new
ilServicesUICoreSuite
();
20
21
include_once(
"./Services/UICore/test/ilTemplateTest.php"
);
22
$suite
->addTestSuite(
"ilTemplateTest"
);
23
24
return
$suite
;
25
}
26
}
$suite
$suite
Definition:
CleanUpTest.php:406
ilServicesUICoreSuite\suite
static suite()
Definition:
ilServicesUICoreSuite.php:6
PHPUnit_Framework_TestSuite
ilServicesUICoreSuite
Definition:
ilServicesUICoreSuite.php:4
php
defined
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
Definition:
bootstrap.php:27
Services
UICore
test
ilServicesUICoreSuite.php
Generated on Fri Jan 17 2025 19:01:18 for ILIAS by
1.8.13 (using
Doxyfile
)