* Fix updateimportedcase unit test bug.

This commit is contained in:
wangyuting
2023-12-22 16:45:16 +08:00
parent 68d0a2bfd3
commit facec70413
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class caselibTao extends caselibModel
* @param int $key
* @param object $caseData
* @param object $data
* @param bool $forceNotReview
* @param bool $forceNotReview
* @access protected
* @return bool|int
*/
@@ -26,6 +26,7 @@ $data->stepType[][1] = 'item';
$caseData = new stdclass();
$caseData->title = '用例1更新';
$caseData->lib = 0;
$forceNotReview = array(true, false);