From 1437c024f2c486c0e8d2cd192374c916e4df8028 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Thu, 7 Apr 2022 09:44:23 +0800 Subject: [PATCH] * Remove code. --- test/class/action.class.php | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/test/class/action.class.php b/test/class/action.class.php index 5a4597565d..5bec57c589 100644 --- a/test/class/action.class.php +++ b/test/class/action.class.php @@ -181,15 +181,6 @@ class actionTest return $objects; } - public function printActionTest($action, $desc = '') - { - $objects = $this->objectModel->printAction($action, $desc = ''); - - if(dao::isError()) return dao::getError(); - - return $objects; - } - /** * Test get actions as dynamic. * @@ -343,15 +334,6 @@ class actionTest if($period == 'lastweek') return $date['begin'] == $begin and $date['end'] == $end . ' 23:59:59'; } - public function printChangesTest($objectType, $histories, $canChangeTag = true) - { - $objects = $this->objectModel->printChanges($objectType, $histories, $canChangeTag = true); - - if(dao::isError()) return dao::getError(); - - return $objects; - } - /** * Test undelete a record. *