stable

Clone or download

Read-only

Refacto: Add named constructors (like isVisible() / isNotVisible()) to Stub classes

This is part of story #20111 change features priority Tests should still be ok Change-Id: Ibad51e5b5ff27b026fbca14e3a7d93d65afe65c8

Modified Files

Name
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureAdditionProcessorTest.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureRemovalProcessorTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChangeTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Content/ProgramIncrementContentRetrieverTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureCheckerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/FeatureIdentifierTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifierTest.php +25 −25 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/FeatureAdditionTest.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/FeatureRemovalTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementIdentifierTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Stub/CheckProgramIncrementStub.php +11 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyCanBePlannedInProgramIncrementStub.php +11 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyIsVisibleFeatureStub.php +11 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyLinkedUserStoryIsNotPlannedStub.php +11 −1 Go to diff View file