◆ suite()
| static ilServicesUtilitiesSuite::suite |
( |
| ) |
|
|
static |
Definition at line 27 of file ilServicesUtilitiesSuite.php.
28 {
29 $suite = new self();
30
31 require 'Services/Utilities/test/ilMimeTypeTest.php';
32 $suite->addTestSuite('ilMimeTypeTest');
33 require 'Services/Utilities/test/ilUtilsPreventTest.php';
34 $suite->addTestSuite('ilUtilsPreventTest');
35 require 'Services/Utilities/test/ilUtilTest.php';
36 $suite->addTestSuite(ilUtilTest::class);
37
38 return $suite;
39 }
The documentation for this class was generated from the following file: