◆ suite()
static ilServicesMathSuite::suite |
( |
| ) |
|
|
static |
- Returns
- self
Definition at line 15 of file ilServicesMathSuite.php.
16 {
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
29 }
References $suite.
The documentation for this class was generated from the following file: