ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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 
5 
12 class 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