* [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:
liugang
2025-12-02 16:27:38 +08:00
committed by sunhao
co-authored by Claude
parent d640762dfb
commit b9d768d698
+1 -1
View File
@@ -181,7 +181,7 @@ class aiTest
* @access public
* @return mixed
*/
public function getDefaultLanguageModelTest()
public function getDefaultLanguageModelTest($mockData = null)
{
// 使用反射来测试私有方法
$method = new ReflectionMethod($this->objectModel, 'getDefaultLanguageModel');