From 410262c5f0cc3f35bdb5eb5f2a3688ff8b14d463 Mon Sep 17 00:00:00 2001 From: liuruogu Date: Mon, 9 Jan 2023 17:10:39 +0800 Subject: [PATCH] * Add unit test for user. --- test/class/user.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/class/user.class.php b/test/class/user.class.php index d24a6c56c5..7eecf77598 100755 --- a/test/class/user.class.php +++ b/test/class/user.class.php @@ -640,9 +640,9 @@ class userTest } /** - * Test delete a contact list. + * Test get user data in json. * - * @param object $userID + * @param object $user * @access public * @return void */