* Remove code.

This commit is contained in:
liumengyi
2022-04-07 09:44:23 +08:00
parent 7478c36851
commit 1437c024f2
-18
View File
@@ -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.
*