ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilServicesAuthApacheSuite.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
3declare(strict_types=1);
4
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
An exception for terminatinating execution or to throw for unit testing.
Class ilServicesAuthApacheSuite.