Skip to content

Commit

Permalink
Use Hyperf\Context\ApplicationContext instead of `Hyperf\Utils\Appl…
Browse files Browse the repository at this point in the history
…icationContext`. (#5621)
  • Loading branch information
limingxinleo authored Apr 11, 2023
1 parent d9a784f commit 95f7445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cases/PostgreSqlSwooleExtConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
namespace HyperfTest\Database\PgSQL\Cases;

use Exception;
use Hyperf\Context\ApplicationContext;
use Hyperf\Database\Connection;
use Hyperf\Database\ConnectionResolver;
use Hyperf\Database\ConnectionResolverInterface;
Expand All @@ -23,7 +24,6 @@
use Hyperf\Database\PgSQL\PostgreSqlSwooleExtConnection;
use Hyperf\Database\Query\Builder;
use Hyperf\Database\Schema\Schema;
use Hyperf\Utils\ApplicationContext;
use Hyperf\Utils\Filesystem\Filesystem;
use Mockery;
use PHPUnit\Framework\TestCase;
Expand Down

0 comments on commit 95f7445

Please sign in to comment.