Files
EasySoft-ZenTaoPMS/test/model/task/getStoryComments.php
T
2022-03-09 13:46:19 +08:00

22 lines
486 B
PHP

#!/usr/bin/env php
<?php
include dirname(dirname(dirname(__FILE__))) . '/lib/init.php';
include dirname(dirname(dirname(__FILE__))) . '/class/task.class.php';
su('admin');
/**
title=taskModel->getStoryComments();
cid=1
pid=1
根据executionID查找projectID >> 11
*/
$storyID = '2';
$task = new taskTest();
r($task->getStoryCommentsTest($storyID)) && p('comment') && e('这是一个系统日志测试备注' . $storyID); //根据executionID查找projectID
system("./ztest init");