Skip to content

Commit 299eb03

Browse files
committed
improvement: add request method in HttpTestCase
1 parent b4c599e commit 299eb03

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)