+ [misc] Add unit tests for tutorialModel::getGradePairs() method

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
liugang
2025-09-15 15:06:25 +08:00
co-authored by Claude
parent ad91db977e
commit 521e8331aa
3 changed files with 58 additions and 0 deletions
+1
View File
@@ -492,6 +492,7 @@ class tutorialModel extends model
if($type == 'story') return array(1 => 'SR');
if($type == 'requirement') return array(1 => 'UR');
if($type == 'epic') return array(1 => 'BR');
return array();
}
/**