We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4190ec + c3264af commit 770815cCopy full SHA for 770815c
src/Omnipay/Tests/TestCase.php
@@ -78,8 +78,11 @@ public function getMockHttpResponse($path)
78
* This method assumes that mock response files are located under the
79
* Mock/ subdirectory of the current class. A mock response is added to the next
80
* 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.
84
*
- * @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
86
87
* @return MockPlugin returns the created mock plugin
88
*/
0 commit comments