ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilServicesMathSuite Class Reference
+ Inheritance diagram for ilServicesMathSuite:
+ Collaboration diagram for ilServicesMathSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Author
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 10 of file ilServicesMathSuite.php.

Member Function Documentation

◆ suite()

static ilServicesMathSuite::suite ( )
static
Returns
self

Definition at line 15 of file ilServicesMathSuite.php.

16 {
17 $suite = new self();
18
19 require_once 'Services/Math/test/ilMathTest.php';
20 $suite->addTestSuite('ilMathTest');
21
22 require_once 'Services/Math/test/ilMathPhpAdapterTest.php';
23 $suite->addTestSuite('ilMathPhpAdapterTest');
24
25 require_once 'Services/Math/test/ilMathBCAdapterTest.php';
26 $suite->addTestSuite('ilMathBCAdapterTest');
27
28 return $suite;
29 }
$suite

References $suite.


The documentation for this class was generated from the following file: