Total Complexity | 2 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | class ParamTraitTest extends TestCase |
||
17 | { |
||
18 | /** |
||
19 | * Tests cheking and accessing to individual params |
||
20 | * |
||
21 | * @return null |
||
22 | */ |
||
23 | public function testGettingIndividualParams() |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * Tests cheking and accessing to all params |
||
40 | * |
||
41 | * @return null |
||
42 | */ |
||
43 | public function testGettingAllParams() |
||
66 | } |