stable

Clone or download

Read-only

Split FeaturesStore into dedicated interfaces

part of request #23044 Program management: add psalm in unit test Having small interfaces will help us with testing Change-Id: I5f07b1f0f55e87d5cabe0101acd2192f2de8370e

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Feature/FeatureElementsRetriever.php +5 −12 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/FeaturesDao.php +5 −3 Go to diff View file
A plugins/program_management/include/Domain/Program/Backlog/Feature/RetrieveOpenFeatureCount.php +30 −0 Go to diff View file
A plugins/program_management/include/Domain/Program/Backlog/Feature/SearchOpenFeatures.php +34 −0 Go to diff View file
R plugins/program_management/include/Domain/Program/Backlog/Feature/FeaturesStore.php Go to diff View file
M plugins/program_management/include/Domain/Team/PossibleParentHandler.php +6 −4 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +3 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureElementsRetrieverTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Team/PossibleParentHandlerTest.php +38 −30 Go to diff View file