◆ suite()
static ilServicesMathSuite::suite |
( |
| ) |
|
|
static |
- Returns
- self
Definition at line 13 of file ilServicesMathSuite.php.
References $suite.
17 require_once
'Services/Math/test/ilMathTest.php';
18 $suite->addTestSuite(
'ilMathTest');
20 require_once
'Services/Math/test/ilMathPhpAdapterTest.php';
21 $suite->addTestSuite(
'ilMathPhpAdapterTest');
23 require_once
'Services/Math/test/ilMathBCAdapterTest.php';
24 $suite->addTestSuite(
'ilMathBCAdapterTest');
The documentation for this class was generated from the following file: