Skip to content

Commit 9859bf1

Browse files
authored
Use Hyperf\Context\ApplicationContext instead of Hyperf\Utils\ApplicationContext. (#5621)
1 parent 8c2ee31 commit 9859bf1

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
@@ -12,6 +12,7 @@
1212
namespace HyperfTest\Testing;
1313

1414
use Hyperf\Config\Config;
15+
use Hyperf\Context\ApplicationContext;
1516
use Hyperf\Contract\ConfigInterface;
1617
use Hyperf\Contract\NormalizerInterface;
1718
use Hyperf\Di\ClosureDefinitionCollectorInterface;
@@ -27,7 +28,6 @@
2728
use Hyperf\Server\Event;
2829
use Hyperf\Server\Server;
2930
use Hyperf\Testing\Client;
30-
use Hyperf\Utils\ApplicationContext;
3131
use Hyperf\Utils\Codec\Json;
3232
use Hyperf\Utils\Coroutine;
3333
use Hyperf\Utils\Filesystem\Filesystem;

0 commit comments

Comments
 (0)