* Modify unit test of bugModel::getBugQuery.

This commit is contained in:
liumengyi
2023-08-21 14:20:19 +08:00
parent 6129a9b525
commit 38c764ad4f
+1 -1
View File
@@ -4,7 +4,7 @@ include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/bug.class.php';
zdTable('user')->gen(10);
zdTable('project')->gen(30);
zdTable('project')->gen(40);
zdTable('product')->gen(30);
zdTable('story')->gen(30);