ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
ilServicesStyleSuite.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
3
4
use
PHPUnit\Framework\TestSuite
;
5
12
class
ilServicesStyleSuite
extends
TestSuite
13
{
14
public
static
function
suite
()
15
{
16
$suite
=
new
ilServicesStyleSuite
();
17
18
// add each test class of the component
19
include_once(
"./Services/Style/System/test/ilServicesStyleSystemSuite.php"
);
20
$suite
->addTestSuite(
"ilServicesStyleSystemSuite"
);
21
return
$suite
;
22
}
23
}
$suite
$suite
Definition:
CleanUpTest.php:462
ilServicesStyleSuite\suite
static suite()
Definition:
ilServicesStyleSuite.php:14
TestSuite
ilServicesStyleSuite
Definition:
ilServicesStyleSuite.php:12
Services
Style
test
ilServicesStyleSuite.php
Generated on Wed Sep 3 2025 20:01:21 for ILIAS by
1.8.13 (using
Doxyfile
)