From 3b3565b044022c0eb912a64cde2d28cc491337c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=94=85=E9=94=85=E9=94=85de1T?= <740644717@qq.com> Date: Tue, 26 Mar 2024 11:09:33 +0800 Subject: [PATCH] Update HttpTestCase.php (#117) --- test/HttpTestCase.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/HttpTestCase.php b/test/HttpTestCase.php index a37dc211..da07e664 100644 --- a/test/HttpTestCase.php +++ b/test/HttpTestCase.php @@ -15,6 +15,8 @@ use Hyperf\Testing\Client; use PHPUnit\Framework\TestCase; +use function Hyperf\Support\make; + /** * Class HttpTestCase. * @method get($uri, $data = [], $headers = [])