ILIAS  release_7 Revision v7.30-3-g800a261c036
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
4use PHPUnit\Framework\TestSuite;
5
6require_once 'libs/composer/vendor/autoload.php';
7
12class 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
An exception for terminatinating execution or to throw for unit testing.