stable

Clone or download

Read-only

Declare classes under Program/Backlog/TopBacklog as final

part of request #23433 Clean program management tests No functional changes Change-Id: If7f8a289e3525aae8d708419bf3ff9ae7fa0f8ec

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilder.php +9 −22 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ArtifactsExplicitTopBacklogDAO.php +2 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/PlannedFeatureDAO.php +2 −1 Go to diff View file
A plugins/program_management/include/Domain/Program/Backlog/TopBacklog/VerifyFeaturePlanned.php +29 −0 Go to diff View file
A plugins/program_management/include/Domain/Program/Backlog/TopBacklog/VerifyIsInTopBacklog.php +29 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilderTest.php +35 −39 Go to diff View file
A plugins/program_management/tests/unit/Stub/VerifyFeaturePlannedStub.php +46 −0 Go to diff View file
A plugins/program_management/tests/unit/Stub/VerifyIsInTopBacklogStub.php +48 −0 Go to diff View file