[task#126578] add changestory.ui.class.php.
This commit is contained in:
+20
@@ -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
|
||||
Reference in New Issue
Block a user