ILIAS  release_8 Revision v8.23
ilModulesBibliographicSuite Class Reference

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

+ Inheritance diagram for ilModulesBibliographicSuite:
+ Collaboration diagram for ilModulesBibliographicSuite:

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 37 of file ilModulesBibliographicSuite.php.

Member Function Documentation

◆ suite()

static ilModulesBibliographicSuite::suite ( )
static

Definition at line 39 of file ilModulesBibliographicSuite.php.

39  : self
40  {
41  $suite = new self();
43  require_once("./Modules/Bibliographic/test/ilBibtechParserTest.php");
44  $suite->addTestSuite("ilBibtechParserTest");
46  require_once("./Modules/Bibliographic/test/ilRisParserTest.php");
47  $suite->addTestSuite("ilRisParserTest");
48 
49  return $suite;
50  }

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