Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | public function testFLOORMATH($expectedResult, ...$args) |
||
22 | { |
||
23 | $result = MathTrig::FLOORMATH(...$args); |
||
1 ignored issue
–
show
|
|||
24 | $this->assertEquals($expectedResult, $result, '', 1E-12); |
||
25 | } |
||
32 |