Skip to content

Commit 684ed00

Browse files
Split hyperf/codec from hyperf/utils (#5660)
Co-authored-by: Deeka Wong <[email protected]> Co-authored-by: 李铭昕 <[email protected]>
1 parent f35d779 commit 684ed00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*/
1212
namespace HyperfTest\Testing;
1313

14+
use Hyperf\Codec\Json;
1415
use Hyperf\Config\Config;
1516
use Hyperf\Context\ApplicationContext;
1617
use Hyperf\Contract\ConfigInterface;
@@ -30,7 +31,6 @@
3031
use Hyperf\Server\Event;
3132
use Hyperf\Server\Server;
3233
use Hyperf\Testing\Client;
33-
use Hyperf\Utils\Codec\Json;
3434
use Hyperf\Utils\Filesystem\Filesystem;
3535
use Hyperf\Utils\Serializer\SimpleNormalizer;
3636
use HyperfTest\Testing\Stub\Exception\Handler\FooExceptionHandler;

0 commit comments

Comments
 (0)