ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
ilMathBCAdapterTest.php
Go to the documentation of this file.
1
<?php
2
19
class
ilMathBCAdapterTest
extends
ilMathBaseAdapterTestCase
20
{
24
protected
function
setUp
(): void
25
{
26
if
(!extension_loaded(
'bcmath'
)) {
27
$this->markTestSkipped(
'Could not execute test due to missing bcmath extension!'
);
28
return
;
29
}
30
$this->mathAdapter =
new
ilMathBCMathAdapter
();
31
parent::setUp();
32
}
33
37
public
static
function
powData
(): array
38
{
39
return
array_merge([
40
[
'2'
,
'64'
,
'18446744073709551616'
, null],
41
], parent::powData());
42
}
43
}
ilMathBaseAdapterTestCase
Definition:
ilMathBaseAdapterTestCase.php:26
ilMathBCMathAdapter
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilMathBCMathAdapter.php:23
ilMathBCAdapterTest\powData
static powData()
Definition:
ilMathBCAdapterTest.php:37
ilMathBCAdapterTest
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilMathBCAdapterTest.php:19
ilMathBCAdapterTest\setUp
setUp()
Definition:
ilMathBCAdapterTest.php:24
components
ILIAS
Math
tests
ilMathBCAdapterTest.php
Generated on Wed Sep 10 2025 15:15:57 for ILIAS by
1.8.13 (using
Doxyfile
)