From e9b0d0aeacb918ac8d2f831e39f1c67eee184e61 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Fri, 12 Apr 2024 15:19:41 +0800 Subject: [PATCH] * Modify the unit test result. --- module/my/test/model/getactions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/my/test/model/getactions.php b/module/my/test/model/getactions.php index 10329693f8..8f6284eb50 100755 --- a/module/my/test/model/getactions.php +++ b/module/my/test/model/getactions.php @@ -34,5 +34,5 @@ $app->loadLang('action'); $my = new myTest(); $actions = $my->getActionsTest(); -r(implode(',', $actions)) && p() && e('90,30,89,29,88'); // 正常查询action +r(implode(',', $actions)) && p() && e('96,64,32,95,63'); // 正常查询action r(count($actions)) && p() && e('5'); // 正常查询action统计