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.
1 parent 4ad5274 commit 3b3565bCopy full SHA for 3b3565b
test/HttpTestCase.php
@@ -15,6 +15,8 @@
15
use Hyperf\Testing\Client;
16
use PHPUnit\Framework\TestCase;
17
18
+use function Hyperf\Support\make;
19
+
20
/**
21
* Class HttpTestCase.
22
* @method get($uri, $data = [], $headers = [])
0 commit comments