ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilServicesSamlSuite Class Reference

Class ilServicesSamlTestSuite. More...

+ Inheritance diagram for ilServicesSamlSuite:
+ Collaboration diagram for ilServicesSamlSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Class ilServicesSamlTestSuite.

Author
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de

Definition at line 27 of file ilServicesSamlSuite.php.

Member Function Documentation

◆ suite()

static ilServicesSamlSuite::suite ( )
static

Definition at line 29 of file ilServicesSamlSuite.php.

29  : self
30  {
31  $suite = new self();
32 
33  require_once __DIR__ . '/ilSamlMappedUserAttributeValueParserTest.php';
34  $suite->addTestSuite(ilSamlMappedUserAttributeValueParserTest::class);
35 
36  require_once __DIR__ . '/ilSamlIdpXmlMetadataParserTest.php';
37  $suite->addTestSuite(ilSamlIdpXmlMetadataParserTest::class);
38 
39  return $suite;
40  }

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