ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilModulesFileSuite Class Reference

More...

+ Inheritance diagram for ilModulesFileSuite:
+ Collaboration diagram for ilModulesFileSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Definition at line 40 of file ilModulesFileSuite.php.

Member Function Documentation

◆ suite()

static ilModulesFileSuite::suite ( )
static

Definition at line 42 of file ilModulesFileSuite.php.

42  : self
43  {
44  $suite = new self();
46  require_once("./Modules/File/test/ilModulesFileTest.php");
47  $suite->addTestSuite("ilModulesFileTest");
48 
49  return $suite;
50  }

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