ILIAS  release_8 Revision v8.25
ilModulesMediaPoolSuite Class Reference

Media pool test suite. More...

+ Inheritance diagram for ilModulesMediaPoolSuite:
+ Collaboration diagram for ilModulesMediaPoolSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Media pool test suite.

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

Definition at line 29 of file ilModulesMediaPoolSuite.php.

Member Function Documentation

◆ suite()

static ilModulesMediaPoolSuite::suite ( )
static

Definition at line 31 of file ilModulesMediaPoolSuite.php.

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

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