* Change the custom::getFormFields unit test steps.
This commit is contained in:
@@ -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,编辑为项目 - 产品 - 迭代
|
||||
|
||||
Reference in New Issue
Block a user