* Change the custom::getFormFields unit test steps.

This commit is contained in:
tianshujie
2023-11-25 13:56:11 +08:00
parent 17e0c3b9dc
commit 68aa0ed5ad
+1 -1
View File
@@ -17,5 +17,5 @@ cid=1
$sprintConcept = array('0', '1');
$customTester = new customTest();
r($customTester->setConceptTest($sprintConcept[0])) && p() && e('0'); //测试sprintConcept值为0,编辑为项目 - 产品 - 迭代
r($customTester->setConceptTest($sprintConcept[1])) && p() && e('1'); //测试sprintConcept值为1,编辑为项目 - 产品 - 冲刺
r($customTester->setConceptTest($sprintConcept[0])) && p() && e('0'); //测试sprintConcept值为0,编辑为项目 - 产品 - 迭代