* Fix doc unit test script.

This commit is contained in:
wangyuting
2023-12-15 10:28:57 +08:00
parent 552a0f314f
commit 3e33be2b39
4 changed files with 7 additions and 7 deletions
@@ -36,4 +36,4 @@ $executions = array(0, 101, 106);
$docTester = new docTest();
r($docTester->getLinkedExecutionDataTest($executions[2])) && p('2', ';') && e('6,16'); // 获取系统中关联执行ID=106的数据
r($docTester->getLinkedExecutionDataTest($executions[1])) && p('1', ';') && e('1,11'); // 获取系统中关联执行ID=101的数据
r($docTester->getLinkedExecutionDataTest($executions[0])) && p('0') && e('N/A'); // 获取系统中关联执行ID=0的数据
r($docTester->getLinkedExecutionDataTest($executions[0])) && p('0') && e('~~'); // 获取系统中关联执行ID=0的数据