ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
ilServicesAuthApacheSuite.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
3
declare(strict_types=1);
4
9
class
ilServicesAuthApacheSuite
extends
\PHPUnit_Framework_TestSuite
10
{
11
public
static
function
suite
()
12
{
13
$suite
=
new
self
();
14
15
require_once
'./Services/AuthApache/test/ilWhiteListUrlValidatorTest.php'
;
16
$suite
->addTestSuite(
'ilWhiteListUrlValidatorTest'
);
17
18
return
$suite
;
19
}
20
}
$suite
$suite
Definition:
CleanUpTest.php:462
PHPUnit_Framework_TestSuite
ilServicesAuthApacheSuite\suite
static suite()
Definition:
ilServicesAuthApacheSuite.php:11
ilServicesAuthApacheSuite
Class ilServicesAuthApacheSuite.
Definition:
ilServicesAuthApacheSuite.php:9
php
Services
AuthApache
test
ilServicesAuthApacheSuite.php
Generated on Thu Jan 16 2025 19:02:16 for ILIAS by
1.8.13 (using
Doxyfile
)