stable

Clone or download

Read-only

chore: Use a more realistic project retriever stub

part of request #39352 Program add to top backlog post-action should ignore Teams No functional change. Unit tests hould pass. Why? Previously, when passing several projects, the order of the arguments mattered. Now, the IDs of the projects matter. Change-Id: I81b6959557b434af26157dc49135d5650494369d

Modified Files

Name
M plugins/program_management/tests/unit/Adapter/Events/CollectLinkedProjectsProxyTest.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Plan/PrioritizeFeaturesPermissionVerifierTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Team/VisibleTeamSearcherTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/ProgramFlagsBuilderTest.php +2 −4 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/ProgramPrivacyBuilderTest.php +2 −4 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/ProgramsSearcherTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/TeamsSearcherTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/CanSubmitNewArtifactHandlerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Workspace/CollectLinkedProjectsHandlerTest.php +11 −17 Go to diff View file
M plugins/program_management/tests/unit/Tests/Stub/RetrieveFullProjectStub.php +8 −5 Go to diff View file