ILIAS  release_8 Revision v8.24
ilServicesExceptionsSuite Class Reference
+ Inheritance diagram for ilServicesExceptionsSuite:
+ Collaboration diagram for ilServicesExceptionsSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Definition at line 21 of file ilServicesExceptionsSuite.php.

Member Function Documentation

◆ suite()

static ilServicesExceptionsSuite::suite ( )
static

Definition at line 23 of file ilServicesExceptionsSuite.php.

23 : self
24 {
25 $suite = new self();
26 include_once('./Services/Exceptions/test/ilExceptionTest.php');
27 $suite->addTestSuite(ilExceptionTest::class);
28 return $suite;
29 }

The documentation for this class was generated from the following file: