Total Complexity | 8 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | class BaseTest extends AllSetupTeardown |
||
6 | { |
||
7 | /** |
||
8 | * @dataProvider providerBASE |
||
9 | * |
||
10 | * @param mixed $expectedResult |
||
11 | * @param mixed $arg1 |
||
12 | * @param mixed $arg2 |
||
13 | * @param mixed $arg3 |
||
14 | */ |
||
15 | public function testBASE($expectedResult, $arg1 = 'omitted', $arg2 = 'omitted', $arg3 = 'omitted'): void |
||
39 | } |
||
40 | |||
41 | public function providerBASE() |
||
46 |