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.
Hyperf\Context\ApplicationContext
Hyperf\Utils\ApplicationContext
1 parent 8c2ee31 commit 9859bf1Copy full SHA for 9859bf1
tests/ClientTest.php
@@ -12,6 +12,7 @@
12
namespace HyperfTest\Testing;
13
14
use Hyperf\Config\Config;
15
+use Hyperf\Context\ApplicationContext;
16
use Hyperf\Contract\ConfigInterface;
17
use Hyperf\Contract\NormalizerInterface;
18
use Hyperf\Di\ClosureDefinitionCollectorInterface;
@@ -27,7 +28,6 @@
27
28
use Hyperf\Server\Event;
29
use Hyperf\Server\Server;
30
use Hyperf\Testing\Client;
-use Hyperf\Utils\ApplicationContext;
31
use Hyperf\Utils\Codec\Json;
32
use Hyperf\Utils\Coroutine;
33
use Hyperf\Utils\Filesystem\Filesystem;
0 commit comments