* Modify the unit test result.

This commit is contained in:
liumengyi
2024-04-12 15:19:57 +08:00
parent f19b547ea5
commit e9b0d0aeac
+1 -1
View File
@@ -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统计