ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ilServicesMathSuite.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
5 
10 class ilServicesMathSuite extends TestSuite
11 {
15  public static function suite()
16  {
17  $suite = new self();
18 
19  require_once 'Services/Math/test/ilMathTest.php';
20  $suite->addTestSuite('ilMathTest');
21 
22  require_once 'Services/Math/test/ilMathPhpAdapterTest.php';
23  $suite->addTestSuite('ilMathPhpAdapterTest');
24 
25  require_once 'Services/Math/test/ilMathBCAdapterTest.php';
26  $suite->addTestSuite('ilMathBCAdapterTest');
27 
28  return $suite;
29  }
30 }
$suite