ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
ilServicesSamlTestSuite.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2017 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
require_once
'libs/composer/vendor/autoload.php'
;
5
9
class
ilServicesSamlTestSuite
extends
\PHPUnit_Framework_TestSuite
10
{
14
public
static
function
suite
()
15
{
16
$suite
=
new
self
();
17
18
require_once
'Services/Saml/test/ilSamlMappedUserAttributeValueParserTest.php'
;
19
$suite
->addTestSuite(ilSamlMappedUserAttributeValueParserTest::class);
20
21
return
$suite
;
22
}
23
}
$suite
$suite
Definition:
CleanUpTest.php:462
ilServicesSamlTestSuite
Class ilServicesSamlTestSuite.
Definition:
ilServicesSamlTestSuite.php:9
PHPUnit_Framework_TestSuite
ilServicesSamlTestSuite\suite
static suite()
Definition:
ilServicesSamlTestSuite.php:14
Services
Saml
test
ilServicesSamlTestSuite.php
Generated on Sat Jan 18 2025 19:01:36 for ILIAS by
1.8.13 (using
Doxyfile
)