ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
ilServicesCacheSuite.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
class
ilServicesCacheSuite
extends
PHPUnit_Framework_TestSuite
5
{
6
public
static
function
suite
()
7
{
8
$suite
=
new
ilServicesCacheSuite
();
9
10
include_once(
"./Services/Cache/test/ilCacheTest.php"
);
11
$suite
->addTestSuite(
"ilCacheTest"
);
12
13
return
$suite
;
14
}
15
}
16
?>
$suite
$suite
Definition:
CleanUpTest.php:406
php
An exception for terminatinating execution or to throw for unit testing.
PHPUnit_Framework_TestSuite
ilServicesCacheSuite
Definition:
ilServicesCacheSuite.php:5
ilServicesCacheSuite\suite
static suite()
Definition:
ilServicesCacheSuite.php:6
Services
Cache
test
ilServicesCacheSuite.php
Generated on Fri Oct 3 2025 19:00:55 for ILIAS by
1.9.4 (using
Doxyfile
)