* [misc] Fix unit tests for aiModel::getDefaultLanguageModel() method
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
sunhao
co-authored by
Claude
parent
d640762dfb
commit
b9d768d698
@@ -181,7 +181,7 @@ class aiTest
|
||||
* @access public
|
||||
* @return mixed
|
||||
*/
|
||||
public function getDefaultLanguageModelTest()
|
||||
public function getDefaultLanguageModelTest($mockData = null)
|
||||
{
|
||||
// 使用反射来测试私有方法
|
||||
$method = new ReflectionMethod($this->objectModel, 'getDefaultLanguageModel');
|
||||
|
||||
Reference in New Issue
Block a user