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