Definition at line 4 of file ilServicesUICoreSuite.php.
◆ suite()
static ilServicesUICoreSuite::suite |
( |
| ) |
|
|
static |
Definition at line 6 of file ilServicesUICoreSuite.php.
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
20
21 include_once("./Services/UICore/test/ilTemplateTest.php");
22 $suite->addTestSuite(
"ilTemplateTest");
23
25 }
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
References $suite, and defined.
The documentation for this class was generated from the following file: