stable

Clone or download

Read-only

refacto: Rework grammar to prepare iterations introduction

part of: story #22210 select SAFe templates at project creation The current grammar is ok to handle only increments, but it is not suitable to handle both increments and iterations. No functional change expected Change-Id: I3a6b924a0b5a3fd631f41c5a8f820d2c7312f918

Modified Files

Name
M plugins/program_management/include/Adapter/XML/ProgramManagementConfigXMLImporter.php +4 −4 Go to diff View file
M plugins/program_management/include/Domain/XML/ExtractXMLConfig.php +4 −4 Go to diff View file
M plugins/program_management/include/Domain/XML/ProgramManagementXMLConfig.php +19 −19 Go to diff View file
M plugins/program_management/include/Domain/XML/ProgramManagementXMLConfigExtractor.php +11 −11 Go to diff View file
M plugins/program_management/resources/program_management.rnc +6 −8 Go to diff View file
M plugins/program_management/resources/program_management.rng +12 −16 Go to diff View file
M plugins/program_management/resources/templates/generate-program_management_config.xml +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/XML/ProgramManagementXMLConfigExtractorTest.php +58 −54 Go to diff View file
M plugins/program_management/tests/unit/Domain/XML/ProgramManagementXMLConfigTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/XML/__fixtures/invalid_xml/program-management-config.xml +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/XML/__fixtures/valid_xml/program-management-config.xml +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Stub/ExtractXMLConfigStub.php +4 −4 Go to diff View file