ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
ilServicesCacheSuite.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
18
use
PHPUnit\Framework\TestSuite
;
19
20
require_once
'libs/composer/vendor/autoload.php'
;
21
26
class
ilServicesCacheSuite
extends
TestSuite
27
{
28
public
static
function
suite
(): self
29
{
30
$suite =
new
self
();
31
32
require_once(
"./Services/Cache/test/ilCacheTest.php"
);
33
$suite->addTestSuite(
"ilCacheTest"
);
34
35
return
$suite;
36
}
37
}
TestSuite
ilServicesCacheSuite\suite
static suite()
Definition:
ilServicesCacheSuite.php:28
ilServicesCacheSuite
Personal workspace test suite.
Definition:
ilServicesCacheSuite.php:26
Services
Cache
test
ilServicesCacheSuite.php
Generated on Wed Sep 3 2025 22:01:51 for ILIAS by
1.8.13 (using
Doxyfile
)