* Add switchDB by tests.

This commit is contained in:
liyang
2022-08-09 14:11:38 +08:00
parent 40ba4c8a9e
commit 3bd5ccc13f
881 changed files with 3058 additions and 1826 deletions
+4 -1
View File
@@ -2,6 +2,7 @@
<?php
include dirname(dirname(dirname(__FILE__))) . '/lib/init.php';
include dirname(dirname(dirname(__FILE__))) . '/class/user.class.php';
$db->switchDB();
su('admin');
/**
@@ -10,6 +11,8 @@ title=测试 userModel->updateProgramView();
cid=1
pid=1
*/
$user = new userTest();
@@ -17,4 +20,4 @@ $user = new userTest();
$programIdList = array('1', '2');
//r() && p() && e(''); //
//system("./ztest init");
$db->restoreDB();