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

Static Public Member Functions

static suite ()
 

Detailed Description

Definition at line 23 of file ilServicesAuthShibbolethSuite.php.

Member Function Documentation

◆ suite()

static ilServicesAuthShibbolethSuite::suite ( )
static

Definition at line 25 of file ilServicesAuthShibbolethSuite.php.

25  : self
26  {
27  $suite = new self();
28 
29  require_once("./Services/AuthShibboleth/test/ilServicesAuthShibbolethTest.php");
30  $suite->addTestSuite("ilServicesAuthShibbolethTest");
31 
32  return $suite;
33  }

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