+ [misc] Add unit tests for hostModel::processTreemap() method

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
liugang
2025-11-12 08:25:47 +08:00
co-authored by Claude
parent cc40abb8b7
commit a8600533a5
+1 -1
View File
@@ -40,7 +40,7 @@ $emptyData = array();
$simpleObject = new stdClass();
$simpleObject->name = '简单主机';
// 步骤3:测试有roomName的对象(优先使用roomName作为text)
// 步骤3:测试有roomName的对象(优先使用name作为text)
$roomObject = new stdClass();
$roomObject->roomName = '主机房名称';
$roomObject->name = '主机名称';