diff --git a/tests/Support/DbHelper.php b/tests/Support/DbHelper.php index 6922dc5..04112cf 100644 --- a/tests/Support/DbHelper.php +++ b/tests/Support/DbHelper.php @@ -4,8 +4,6 @@ namespace Yiisoft\Data\Db\Tests\Support; -use Psr\SimpleCache\CacheInterface; -use Yiisoft\Db\Cache\SchemaCache; use Yiisoft\Db\Driver\Pdo\PdoConnectionInterface; use Yiisoft\Db\Exception\Exception; use Yiisoft\Db\Exception\InvalidConfigException;