ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
ilServicesRTESuite.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
use
PHPUnit\Framework\TestSuite
;
22
23
class
ilServicesRTESuite
extends
TestSuite
24
{
25
public
static
function
suite
(): self
26
{
27
$suite =
new
self
();
28
29
require_once __DIR__ .
'/ilTinyMCETest.php'
;
30
$suite->addTestSuite(ilTinyMCETest::class);
31
32
return
$suite;
33
}
34
}
TestSuite
ilServicesRTESuite\suite
static suite()
Definition:
ilServicesRTESuite.php:25
ilServicesRTESuite
Definition:
ilServicesRTESuite.php:23
Services
RTE
test
ilServicesRTESuite.php
Generated on Wed Sep 3 2025 22:02:39 for ILIAS by
1.8.13 (using
Doxyfile
)