* Finish user auto test.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user