ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
ilServicesDidacticTemplateSuite.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
6
7
use
PHPUnit\Framework\TestSuite
;
8
9
class
ilServicesDidacticTemplateSuite
extends
TestSuite
10
{
11
public
static
function
suite
(): self
12
{
13
$suite =
new
ilServicesDidacticTemplateSuite
();
14
15
include_once(
"./Services/DidacticTemplate/test/ilDidacticTemplatePatternTest.php"
);
16
$suite->addTestSuite(ilDidacticTemplatePatternTest::class);
17
return
$suite;
18
}
19
}
ilServicesDidacticTemplateSuite
Definition:
ilServicesDidacticTemplateSuite.php:9
TestSuite
ilServicesDidacticTemplateSuite\suite
static suite()
Definition:
ilServicesDidacticTemplateSuite.php:11
Services
DidacticTemplate
test
ilServicesDidacticTemplateSuite.php
Generated on Wed Sep 3 2025 22:02:26 for ILIAS by
1.8.13 (using
Doxyfile
)