* [misc] Enhance unit tests for storyModel::getDefaultShowGrades() method

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
liugang
2025-09-25 09:16:50 +08:00
co-authored by Claude
parent b1f6f3116e
commit 61bb2b58be
@@ -58,9 +58,10 @@ r($storyTest->getDefaultShowGradesTest(array(
array('items' => array(
array('value' => ''),
array('value' => 'valid_value'),
array('value' => '0')
array('value' => '0'),
array('value' => null)
))
))) && p() && e(',valid_value,0,'); // 步骤6:测试包含空字符串value的菜单
))) && p() && e(',valid_value,0,,'); // 步骤6:测试包含空字符串和null value的菜单
r($storyTest->getDefaultShowGradesTest(array(
array('items' => array(