ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
ilServicesSamlSuite.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
use
PHPUnit\Framework\TestSuite
;
22
27
class
ilServicesSamlSuite
extends
TestSuite
28
{
29
public
static
function
suite
(): 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
}
41
}
ilServicesSamlSuite
Class ilServicesSamlTestSuite.
Definition:
ilServicesSamlSuite.php:27
TestSuite
ilServicesSamlSuite\suite
static suite()
Definition:
ilServicesSamlSuite.php:29
Services
Saml
test
ilServicesSamlSuite.php
Generated on Wed Sep 10 2025 14:11:52 for ILIAS by
1.8.13 (using
Doxyfile
)