ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
ilServicesPDFGenerationSuite.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2014 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
use PHPUnit\Framework\TestSuite;
5
6
require_once
'libs/composer/vendor/autoload.php'
;
7
12
class
ilServicesPDFGenerationSuite
extends
TestSuite
13
{
17
public
static
function
suite
()
18
{
19
$suite
=
new
self
();
20
21
require_once __DIR__ .
'/ilPdfGeneratorConstantsTest.php'
;
22
$suite
->addTestSuite(
'ilPdfGeneratorConstantsTest'
);
23
24
return
$suite
;
25
}
26
}
$suite
$suite
Definition:
CleanUpTest.php:462
php
An exception for terminatinating execution or to throw for unit testing.
ilServicesPDFGenerationSuite
Definition:
ilServicesPDFGenerationSuite.php:13
ilServicesPDFGenerationSuite\suite
static suite()
Definition:
ilServicesPDFGenerationSuite.php:17
Services
PDFGeneration
test
ilServicesPDFGenerationSuite.php
Generated on Fri Oct 3 2025 21:01:03 for ILIAS by
1.9.4 (using
Doxyfile
)