* userTest: refactor script to test the isLogon method.

This commit is contained in:
liugang
2023-12-18 18:45:34 +08:00
parent 7952b99dc8
commit 90b7cfaba3
2 changed files with 16 additions and 20 deletions
+2 -1
View File
@@ -1078,12 +1078,13 @@ class userTest
}
/**
* 判断用户是否登录。
* Judge a user is logon or not.
*
* @access public
* @return bool
*/
public function isLogonTest()
public function isLogonTest(): bool
{
return $this->objectModel->isLogon();
}