Skip to content

Commit 1448683

Browse files
authored
Merge pull request #48 from huanghantao/update-method-stub
improvement: add request method in HttpTestCase
2 parents b4c599e + 299eb03 commit 1448683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/HttpTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* @method post($uri, $data = [], $headers = [])
2121
* @method json($uri, $data = [], $headers = [])
2222
* @method file($uri, $data = [], $headers = [])
23+
* @method request($method, $path, $options = [])
2324
*/
2425
abstract class HttpTestCase extends TestCase
2526
{

0 commit comments

Comments
 (0)