From 01ad4da005f2c4136bbf36918ed952b2bd9345e4 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Fri, 1 Dec 2023 16:53:48 +0800 Subject: [PATCH] + Add data initialization for action in unit test of reportModel::getUserYearProducts. --- module/report/test/model/getuseryearproducts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/report/test/model/getuseryearproducts.php b/module/report/test/model/getuseryearproducts.php index b1dabf1c8d..961bb2311f 100755 --- a/module/report/test/model/getuseryearproducts.php +++ b/module/report/test/model/getuseryearproducts.php @@ -4,6 +4,7 @@ declare(strict_types=1); include dirname(__FILE__, 5) . '/test/lib/init.php'; include dirname(__FILE__, 2) . '/report.class.php'; +zdTable('action')->gen(200); zdTable('product')->gen(20); zdTable('story')->gen(20); zdTable('productplan')->gen(20);