ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
5{
6 public static function suite()
7 {
8 if (defined('ILIAS_PHPUNIT_CONTEXT')) {
9 include_once("./Services/PHPUnit/classes/class.ilUnitUtil.php");
10 ilUnitUtil::performInitialisation();
11 } else {
12 chdir(dirname(__FILE__));
13 chdir('../../../');
14 }
15
17
18 include_once("./Services/UICore/test/ilTemplateTest.php");
19 $suite->addTestSuite("ilTemplateTest");
20
21 return $suite;
22 }
23}
$suite
An exception for terminatinating execution or to throw for unit testing.