ILIAS  release_8 Revision v8.23
ilModulesWorkspaceFolderSuite Class Reference

Personal workspace test suite. More...

+ Inheritance diagram for ilModulesWorkspaceFolderSuite:
+ Collaboration diagram for ilModulesWorkspaceFolderSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Personal workspace test suite.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 29 of file ilModulesWorkspaceFolderSuite.php.

Member Function Documentation

◆ suite()

static ilModulesWorkspaceFolderSuite::suite ( )
static

Definition at line 31 of file ilModulesWorkspaceFolderSuite.php.

32  {
33  $suite = new self();
34 
35  require_once("./Modules/WorkspaceFolder/test/WorkspaceSessionRepositoryTest.php");
36  $suite->addTestSuite("WorkspaceSessionRepositoryTest");
37 
38  return $suite;
39  }

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