ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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
9{
13 public static function suite()
14 {
15 $suite = new self();
16
17 require_once 'Services/Math/test/ilMathTest.php';
18 $suite->addTestSuite('ilMathTest');
19
20 return $suite;
21 }
22}
$suite
An exception for terminatinating execution or to throw for unit testing.