[task#126578] add changestory.ui.class.php.

This commit is contained in:
lijie
2024-09-03 09:22:34 +08:00
committed by 李阳
parent 68b3d1ffa6
commit 00d1e8758f
+20
View File
@@ -0,0 +1,20 @@
<?php
declare(strict_types=1);
/**
* The control file of example module of ZenTaoPMS.
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @author lijie
* @package story
* @link http://www.zentao.net
*/
include dirname(__FILE__, 5).'/test/lib/ui.php';
class changeStoryTester extends tester
{
/**
* change a story.
*
* @param string $storyName $reviewer
* @access public
* @return object