+ [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:
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user