Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class FloorPreciseTest extends TestCase |
||
10 | { |
||
11 | public function setUp() |
||
12 | { |
||
13 | Functions::setCompatibilityMode(Functions::COMPATIBILITY_EXCEL); |
||
14 | } |
||
15 | |||
16 | /** |
||
17 | * @dataProvider providerFLOORPRECISE |
||
18 | * |
||
19 | * @param mixed $expectedResult |
||
20 | */ |
||
21 | public function testFLOOR($expectedResult, ...$args) |
||
25 | } |
||
26 | |||
27 | public function providerFLOORPRECISE() |
||
32 |