ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilServicesDidacticTemplateSuite Class Reference
+ Inheritance diagram for ilServicesDidacticTemplateSuite:
+ Collaboration diagram for ilServicesDidacticTemplateSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Definition at line 9 of file ilServicesDidacticTemplateSuite.php.

Member Function Documentation

◆ suite()

static ilServicesDidacticTemplateSuite::suite ( )
static

Definition at line 11 of file ilServicesDidacticTemplateSuite.php.

11  : self
12  {
13  $suite = new ilServicesDidacticTemplateSuite();
14 
15  include_once("./Services/DidacticTemplate/test/ilDidacticTemplatePatternTest.php");
16  $suite->addTestSuite(ilDidacticTemplatePatternTest::class);
17  return $suite;
18  }

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