ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ilServicesSamlTestSuite Class Reference

Class ilServicesSamlTestSuite. More...

+ Inheritance diagram for ilServicesSamlTestSuite:
+ Collaboration diagram for ilServicesSamlTestSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Class ilServicesSamlTestSuite.

Definition at line 11 of file ilServicesSamlTestSuite.php.

Member Function Documentation

◆ suite()

static ilServicesSamlTestSuite::suite ( )
static
Returns
self

Definition at line 16 of file ilServicesSamlTestSuite.php.

References $suite.

17  {
18  $suite = new self();
19 
20  require_once 'Services/Saml/test/ilSamlMappedUserAttributeValueParserTest.php';
21  $suite->addTestSuite(ilSamlMappedUserAttributeValueParserTest::class);
22 
23  return $suite;
24  }
$suite

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