ILIAS  release_7 Revision v7.30-3-g800a261c036
ilServicesStyleSuite.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
3
4use PHPUnit\Framework\TestSuite;
5
12class ilServicesStyleSuite extends TestSuite
13{
14 public static function suite()
15 {
17
18 // add each test class of the component
19 include_once("./Services/Style/System/test/ilServicesStyleSystemSuite.php");
20 $suite->addTestSuite("ilServicesStyleSystemSuite");
21 return $suite;
22 }
23}
$suite
An exception for terminatinating execution or to throw for unit testing.