ILIAS  release_8 Revision v8.24
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 29 of file ilServicesSamlSuite.php.

Member Function Documentation

◆ suite()

static ilServicesSamlSuite::suite ( )
static

Definition at line 31 of file ilServicesSamlSuite.php.

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

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