◆ suite()
| static ilServicesMathSuite::suite |
( |
| ) |
|
|
static |
Definition at line 28 of file ilServicesMathSuite.php.
29 {
30 $suite = new self();
31 require_once 'Services/Math/test/ilMathTest.php';
32 $suite->addTestSuite(ilMathTest::class);
33 require_once 'Services/Math/test/ilMathPhpAdapterTest.php';
34 $suite->addTestSuite(ilMathPhpAdapterTest::class);
35 require_once 'Services/Math/test/ilMathBCAdapterTest.php';
36 $suite->addTestSuite(ilMathBCAdapterTest::class);
37
38 return $suite;
39 }
The documentation for this class was generated from the following file: