stable

Clone or download

Read-only

Remove planning dependency from BuildPlanning

part of request #23043 Program management: clean domain No functioxnal changes Change-Id: I74d8f79ac95724f9a835173f8abf3879e3bf7d24

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureChecker.php +1 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/PlanningAdapter.php +4 −3 Go to diff View file
R plugins/program_management/include/Domain/Program/PlanningConfiguration/Planning.php Go to diff View file
M plugins/program_management/include/Domain/Program/BuildPlanning.php +2 −1 Go to diff View file
A plugins/program_management/include/Domain/Program/PlanningConfiguration/TeamPlanning.php +40 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php +3 −11 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/PlanningAdapterTest.php +2 −1 Go to diff View file
A plugins/program_management/tests/unit/Adapter/Program/TeamPlanningProxyTest.php +47 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildPlanningStub.php +4 −2 Go to diff View file