* Finish user auto test.

This commit is contained in:
sgm0422
2022-03-18 09:14:11 +08:00
parent ab5db10f05
commit 9e53d5bbf8
52 changed files with 256 additions and 80 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ su('admin');
/**
title=userModel->batchCreateTest();
title=测试 userModel->batchCreate();
cid=1
pid=1
@@ -27,4 +27,4 @@ $normalUser['password'] = array(1 => 'e10adc3949ba59abbe56e057f20f883e', 2 => 'e
r($user->batchCreateUserTest($normalUser)) && p('0:account') && e('newtestuser1'); //获取插入的第一个用户的account
r($user->batchCreateUserTest($normalUser)) && p('2:realname') && e('新测试用户3'); //获取插入的最后一个用户的realname
system("./ztest init");
system("./ztest init");