* Add get link title test case.

This commit is contained in:
caoyanyi
2023-02-24 13:50:51 +08:00
parent 220a047bc3
commit a02f816f1d
2 changed files with 23 additions and 0 deletions
+6
View File
@@ -74,4 +74,10 @@ class devTest
{
return $this->objectModel->getNavLang($type, $module, $method, $language, $defaultLang);
}
public function getLinkTitleTest()
{
$lang = $this->objectModel->lang->mainNav;
return $this->objectModel->getLinkTitle($lang);
}
}