ILIAS  release_8 Revision v8.24
ilModulesEmployeeTalkSuite Class Reference

@noRector More...

+ Inheritance diagram for ilModulesEmployeeTalkSuite:
+ Collaboration diagram for ilModulesEmployeeTalkSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

@noRector

Definition at line 24 of file ilModulesEmployeeTalkSuite.php.

Member Function Documentation

◆ suite()

static ilModulesEmployeeTalkSuite::suite ( )
static

@noRector

Definition at line 26 of file ilModulesEmployeeTalkSuite.php.

26 : self
27 {
28 $suite = new self();
30 require_once("./Modules/EmployeeTalk/test/ilModulesEmployeeTalkVEventTest.php");
31 $suite->addTestSuite("ilModulesEmployeeTalkVEventTest");
32
33 return $suite;
34 }

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