ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilServicesObjectSuite.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
5{
6 public static function suite()
7 {
9
10 include_once("./Services/Object/test/ilObjectDefinitionTest.php");
11 $suite->addTestSuite("ilObjectDefinitionTest");
12
13 include_once("./Services/Object/test/ilObjectTest.php");
14 $suite->addTestSuite("ilObjectTest");
15
16 return $suite;
17 }
18}
$suite
An exception for terminatinating execution or to throw for unit testing.