stable

Clone or download

Read-only

Move Xml in Adapter namespace

part of request #23043 Program management: clean domain No functioxnal changes You can test this patch with cypress, xml configuration is imported when we create projects from template Change-Id: I64d61dd62f143cd867a19d40a12fcd760ec184f9

Modified Files

Name
R plugins/program_management/include/Domain/XML/Exceptions/CannotFindPlannableTrackerInMappingException.php Go to diff View file
R plugins/program_management/include/Domain/XML/Exceptions/CannotFindSourceTrackerUsingXmlReference.php Go to diff View file
R plugins/program_management/include/Domain/XML/Exceptions/CannotFindUserGroupInProjectException.php Go to diff View file
R plugins/program_management/include/Domain/XML/Exceptions/CannotFindXMLNodeAttributeException.php Go to diff View file
R plugins/program_management/include/Domain/XML/Exceptions/CannotLoadXMLConfigFileException.php Go to diff View file
R plugins/program_management/include/Domain/XML/Exceptions/XMLConfigExtractionException.php Go to diff View file
R plugins/program_management/include/Domain/XML/ExtractXMLConfig.php Go to diff View file
R plugins/program_management/include/Domain/XML/ParseXMLConfig.php Go to diff View file
M plugins/program_management/include/Adapter/XML/ProgramManagementConfigXMLImporter.php +0 −3 Go to diff View file
R plugins/program_management/include/Domain/XML/ProgramManagementXMLConfig.php Go to diff View file
R plugins/program_management/include/Domain/XML/ProgramManagementXMLConfigExtractor.php Go to diff View file
R plugins/program_management/include/Domain/XML/ProgramManagementXMLConfigParser.php Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +2 −2 Go to diff View file
R plugins/program_management/tests/unit/Domain/XML/ProgramManagementXMLConfigExtractorTest.php Go to diff View file
R plugins/program_management/tests/unit/Domain/XML/ProgramManagementXMLConfigParserTest.php Go to diff View file
R plugins/program_management/tests/unit/Domain/XML/ProgramManagementXMLConfigTest.php Go to diff View file
R plugins/program_management/tests/unit/Domain/XML/__fixtures/invalid_xml/program-management-config.xml Go to diff View file
R plugins/program_management/tests/unit/Domain/XML/__fixtures/valid_xml/program-management-config.xml Go to diff View file
M plugins/program_management/tests/unit/Stub/ExtractXMLConfigStub.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Stub/ParseXMLConfigStub.php +2 −2 Go to diff View file