Completed
Pull Request — master (#97)
by Bart
19:15
created
tests/Services/SourcesTest.php 1 patch
Doc Comments   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -46,8 +46,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.