Skip to content

Commit 770815c

Browse files
committed
Merge pull request #5 from cfreear/patch-1
Update TestCase.php phpdocs
2 parents e4190ec + c3264af commit 770815c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Omnipay/Tests/TestCase.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,11 @@ public function getMockHttpResponse($path)
7878
* This method assumes that mock response files are located under the
7979
* Mock/ subdirectory of the current class. A mock response is added to the next
8080
* request sent by the client.
81+
*
82+
* An array of path can be provided and the next x number of client requests are
83+
* mocked in the order of the array where x = the array length.
8184
*
82-
* @param string $paths Path to files within the Mock folder of the service
85+
* @param array|string $paths Path to files within the Mock folder of the service
8386
*
8487
* @return MockPlugin returns the created mock plugin
8588
*/

0 commit comments

Comments
 (0)