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 b4c599e + 299eb03 commit 1448683Copy full SHA for 1448683
test/HttpTestCase.php
@@ -20,6 +20,7 @@
20
* @method post($uri, $data = [], $headers = [])
21
* @method json($uri, $data = [], $headers = [])
22
* @method file($uri, $data = [], $headers = [])
23
+ * @method request($method, $path, $options = [])
24
*/
25
abstract class HttpTestCase extends TestCase
26
{
0 commit comments