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