This commit is contained in:
zimoyin
2026-04-03 11:32:19 +08:00
parent 4c841b9dbf
commit 1a84e92384
30 changed files with 403 additions and 1030 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
namespace tests\db;
use app\model\EctUser;
use app\utils\Logger;
use app\utils\ModelAutoGenerator;
use plugin\admin\app\model\EctUser;
use plugin\admin\app\common\Logger;
use plugin\admin\app\common\ModelAutoGenerator;
use PHPUnit\Framework\TestCase;
use support\Db;