@@ -46,8 +46,7 @@ discard block |
||
46 | 46 | * @covers ::getSource |
47 | 47 | * @dataProvider provideValidSources |
48 | 48 | * |
49 | - * @param array $sources |
|
50 | - * @param array $expectedResult |
|
49 | + * @param array $idSources |
|
51 | 50 | * @param string $fieldType |
52 | 51 | */ |
53 | 52 | public function testGetMappedSourcesFromIdToHandle(array $idSources, array $handleSources, $fieldType = false) |
@@ -63,8 +62,7 @@ discard block |
||
63 | 62 | * @covers ::getSource |
64 | 63 | * @dataProvider provideValidSources |
65 | 64 | * |
66 | - * @param array $sources |
|
67 | - * @param array $expectedResult |
|
65 | + * @param array $idSources |
|
68 | 66 | * @param string $fieldType |
69 | 67 | */ |
70 | 68 | public function testGetMappedSourcesFromHandleToId(array $idSources, array $handleSources, $fieldType = false) |