|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilMathTest:
Collaboration diagram for ilMathTest:Public Member Functions | |
| testGcd (string $a, string $b, string $result) | |
| @dataProvider gcdData More... | |
| gcdData () | |
Protected Member Functions | |
| setUp () | |
| @inheritDoc More... | |
Protected Attributes | |
| EvalMath | $eval_math |
Definition at line 24 of file ilMathTest.php.
| ilMathTest::gcdData | ( | ) |
Definition at line 47 of file ilMathTest.php.
|
protected |
@inheritDoc
Definition at line 31 of file ilMathTest.php.
| ilMathTest::testGcd | ( | string | $a, |
| string | $b, | ||
| string | $result | ||
| ) |
@dataProvider gcdData
Definition at line 39 of file ilMathTest.php.
References Vendor\Package\$a, Vendor\Package\$b, and ilMath\getGreatestCommonDivisor().
Here is the call graph for this function:
|
protected |
Definition at line 26 of file ilMathTest.php.