stable

Clone or download

Read-only

refactor: Extract build of Step objects from submitted_values

This is part of request #25324 Copy artifact does not take into account step definition field The build of Step objects from submitted_values is now done in a dedicated object. Change-Id: I562457d7a103acb4c03c05bfdd8feee3daa25d49

Modified Files

Name
M plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php +3 −45 Go to diff View file
A plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinitionSubmittedValuesTransformator.php +93 −0 Go to diff View file
A plugins/testmanagement/tests/unit/TestManagement/Step/Definition/Field/StepDefinitionSubmittedValuesTransformatorTest.php +205 −0 Go to diff View file