Total Complexity | 2 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class PropertyMappingViewTest extends Unit |
||
12 | { |
||
13 | public function mergeDataProvider() |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * @param array $views |
||
40 | * @param PropertyMappingView $expectation |
||
41 | * |
||
42 | * @test |
||
43 | * @dataProvider mergeDataProvider |
||
44 | */ |
||
45 | public function shouldMergeAsExpected(array $views, PropertyMappingView $expectation) |
||
51 |