ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 9 of file ilServicesSamlTestSuite.php.

Member Function Documentation

◆ suite()

static ilServicesSamlTestSuite::suite ( )
static
Returns
self

Definition at line 14 of file ilServicesSamlTestSuite.php.

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

References $suite.


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