diff --git a/tests/unit/framework/db/redis/ActiveRecordTest.php b/tests/unit/framework/db/redis/ActiveRecordTest.php index 74c5734..4d7aea2 100644 --- a/tests/unit/framework/db/redis/ActiveRecordTest.php +++ b/tests/unit/framework/db/redis/ActiveRecordTest.php @@ -2,7 +2,6 @@ namespace yiiunit\framework\db\redis; -use yii\base\Exception; use yii\db\redis\ActiveQuery; use yiiunit\data\ar\redis\ActiveRecord; use yiiunit\data\ar\redis\Customer; diff --git a/framework/caching/RedisCache.php b/yii/caching/RedisCache.php similarity index 100% rename from framework/caching/RedisCache.php rename to yii/caching/RedisCache.php diff --git a/framework/db/redis/ActiveQuery.php b/yii/db/redis/ActiveQuery.php similarity index 100% rename from framework/db/redis/ActiveQuery.php rename to yii/db/redis/ActiveQuery.php diff --git a/framework/db/redis/ActiveRecord.php b/yii/db/redis/ActiveRecord.php similarity index 100% rename from framework/db/redis/ActiveRecord.php rename to yii/db/redis/ActiveRecord.php diff --git a/framework/db/redis/ActiveRelation.php b/yii/db/redis/ActiveRelation.php similarity index 100% rename from framework/db/redis/ActiveRelation.php rename to yii/db/redis/ActiveRelation.php diff --git a/framework/db/redis/Connection.php b/yii/db/redis/Connection.php similarity index 100% rename from framework/db/redis/Connection.php rename to yii/db/redis/Connection.php diff --git a/framework/db/redis/Transaction.php b/yii/db/redis/Transaction.php similarity index 100% rename from framework/db/redis/Transaction.php rename to yii/db/redis/Transaction.php diff --git a/framework/db/redis/schema.md b/yii/db/redis/schema.md similarity index 100% rename from framework/db/redis/schema.md rename to yii/db/redis/schema.md