ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
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
4
use
PHPUnit\Framework\TestSuite
;
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
$suite
Definition:
CleanUpTest.php:462
TestSuite
ilServicesMathSuite\suite
static suite()
Definition:
ilServicesMathSuite.php:15
ilServicesMathSuite
Definition:
ilServicesMathSuite.php:10
Services
Math
test
ilServicesMathSuite.php
Generated on Mon Sep 1 2025 20:01:29 for ILIAS by
1.8.13 (using
Doxyfile
)