19declare(strict_types=1);
21require_once
'libs/composer/vendor/autoload.php';
23use PHPUnit\Framework\TestSuite;
31 public static function suite(): self
35 require_once
'Services/Saml/test/ilSamlMappedUserAttributeValueParserTest.php';
36 $suite->addTestSuite(ilSamlMappedUserAttributeValueParserTest::class);
38 require_once
'Services/Saml/test/ilSamlIdpXmlMetadataParserTest.php';
39 $suite->addTestSuite(ilSamlIdpXmlMetadataParserTest::class);
Class ilServicesSamlTestSuite.