stable

Clone or download

Read-only

chore: Apply PSR-4 folder structure to Program Management tests

part of request #39352 Program add to top backlog post-action should ignore Teams No functional change. Unit and DB integration tests should pass. Notes: Added missing strict types headers and fixed Psalm errors. Change-Id: I812933b8101dbce8d3a22be15973f9c15867da88

Modified Files

Name
M plugins/program_management/composer.json +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/ArtifactVisibleVerifierTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/BuildRedirectFormActionEventProxyTest.php +1 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/TeamSynchronizationEventProxyTest.php +3 −1 Go to diff View file
R plugins/program_management/tests/unit/Adapter/Admin/PotentialTeam/PotentialTeamsPresenterBuilderTest.php Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/LastChangesetRetrieverTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/MirroredTimeboxesSynchronizationDispatcherTest.php +3 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/SynchronizeTeamProcessorTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementInfoBuilderTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProjectFromTrackerRetrieverTest.php +0 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionValueTest.php +0 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureCheckerTest.php +0 −19 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/UserStoriesInMirroredProgramIncrementsPlannerTest.php +2 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/UserStoryInOneMirrorPlannerTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/IterationView/DisplayPlanIterationsPresenterTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/ProgramBaseInfoBuilderTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/ProgramFlagsBuilderTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/UserIsProgramAdminVerifierTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/XML/ProgramManagementXMLConfigTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/DisplayPlanIterationsControllerTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Domain/ArtifactLinks/ArtifactMoveConditionCheckerTest.php +3 −1 Go to diff View file
R plugins/program_management/tests/unit/Adapter/Admin/Configuration/ConfigurationErrorsCollectorTest.php Go to diff View file
R plugins/program_management/tests/unit/Domain/Program/Admin/TimeboxTrackerConfiguration/PotentialTimeboxTrackerConfigurationPresenterCollectionTest.php Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/DomainChangesetTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/IterationCreationTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/TeamSynchronizationHandlerTest.php +3 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/ProgramIncrementsPlannerTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/Iteration/Content/IterationContentSearcherTest.php +1 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/PlannedIterationsTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrementTracker/ProgramIncrementLabelsTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrementTracker/ProgramIncrementTrackerConfigurationTest.php +3 −4 Go to diff View file
R plugins/program_management/tests/unit/Adapter/Program/Backlog/TeamSynchronization/MissingProgramIncrementCreatorTest.php Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/TeamSynchronization/SynchronizationCleanerTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Feature/Links/LinkedFeaturesDiffTest.php +4 −3 Go to diff View file
R plugins/program_management/tests/unit/Domain/Program/Team/TeamCreatorTest.php Go to diff View file
M plugins/program_management/tests/unit/Domain/Team/MirroredTimebox/MissingMirroredMilestoneCollectionTest.php +2 −0 Go to diff View file
R plugins/program_management/tests/unit/UserCanPrioritizeTest.php Go to diff View file
M plugins/program_management/tests/unit/SynchronizeTeamControllerTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Templates/ProgramTemplateTest.php +2 −0 Go to diff View file
R plugins/program_management/tests/unit/Builder/ArtifactLinkChangesetBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/ConfigurationErrorsGathererBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/FeatureBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/FeatureHasUserStoriesVerifierBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/FeatureIdentifierBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/FeatureIdentifierCollectionBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/FeatureOfUserStoryRetrieverBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/IterationCreationBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/IterationCreatorCheckerBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/IterationIdentifierBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/IterationIdentifierCollectionBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/IterationLabelsBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/IterationTrackerConfigurationBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/IterationTrackerIdentifierBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/IterationUpdateBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/JustLinkedIterationCollectionBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/MirroredIterationIdentifierCollectionBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/MirroredProgramIncrementIdentifierBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/MirroredProgramIncrementTrackerIdentifierCollectionBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/MirroredTimeboxChangesetBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/MirroredTimeboxChangesetValuesBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/MirroredTimeboxFirstChangesetBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/PendingIterationCreationBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/ProgramForAdministrationIdentifierBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/ProgramIdentifierBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/ProgramIncrementBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/ProgramIncrementChangeTestBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/ProgramIncrementCreationBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/ProgramIncrementCreatorCheckerBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/ProgramIncrementIdentifierBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/ProgramIncrementTrackerIdentifierBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/ProgramIncrementUpdateBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/SourceTimeboxChangesetValuesBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/SynchronizedFieldReferencesBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/TeamIdentifierBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/TeamIdentifierCollectionBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/TeamProjectsCollectionBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/TimeboxCreatorCheckerBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/UserCanPlanInProgramIncrementVerifierBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/UserPreferenceBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/UserStoryIdentifierBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Builder/UserStoryIdentifierCollectionBuilder.php Go to diff View file
R plugins/program_management/tests/unit/Stub/AddArtifactLinkChangesetStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/AddChangesetStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/AllProgramSearcherStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ArtifactCreatedEventStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ArtifactIdentifierStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ArtifactLinkFieldReferenceStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ArtifactUpdatedEventStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BacklogBlocksProgramServiceIfNeededStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BindValueIdentifierStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BindValueLabelStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BuildIterationCreationProcessorStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BuildIterationUpdateProcessorStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BuildPlanningStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BuildProgramBaseInfoStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BuildProgramFlagsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BuildProgramIncrementCreationProcessorStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BuildProgramIncrementInfoStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BuildProgramIncrementUpdateProcessorStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BuildProgramPrivacyStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BuildProgramStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BuildRedirectFormActionEventStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BuildTeamStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/BuildUGroupRepresentationStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ChangesetIdentifierStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/CheckIsValidFeatureStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/CheckNewIterationTrackerStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/CheckNewPlannableTrackerStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/CheckNewProgramIncrementTrackerStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/CleanPendingSynchronizationDailyStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ClearPendingTeamSynchronizationStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/CommandTeamSynchronizationStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/CreateArtifactStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/CreatePlanStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/CreatePostActionStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/CreateProgramIncrementsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/DeletePostActionStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/DeletedArtifactLinksEventStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/DescriptionFieldReferenceStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/DispatchIterationUpdateStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/DispatchProgramIncrementCreationStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/DispatchProgramIncrementUpdateStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/DispatchSynchronizationCommandStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/DurationFieldReferenceStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/EndDateFieldReferenceStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ExtractXMLConfigStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ForbidArtifactMoveActionStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/GatherFieldValuesStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/GatherSynchronizedFieldsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/IterationRedirectionParametersStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/IterationUpdateEventStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/MapStatusByValueStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/MirroredTimeboxIdentifierStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/OrderFeatureRankStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ParseXMLConfigStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/PlanProgramIncrementsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/PlanUserStoriesInMirroredProgramIncrementsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/PlanUserStoryInOneMirrorStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ProcessIterationCreationStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ProcessIterationUpdateStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ProcessProgramIncrementCreationStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ProcessProgramIncrementUpdateStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ProcessTeamSynchronizationStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ProgramBlocksBacklogServiceIfNeededStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ProgramIncrementCreationEventStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ProgramIncrementUpdateEventStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ProgramRedirectionParametersStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ProjectIdentifierStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ProjectIsAProgramOrUsedInPlanCheckerStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ProjectReferenceStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/ProvidedArtifactLinksTypesEventStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RemovePlannedFeaturesFromTopBacklogStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveArtifactLinkFieldStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveBackgroundColorStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveChangesetSubmissionDateStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveCrossRefStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveDescriptionFieldStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveDescriptionValueStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveDurationValueStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveEndDateValueStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveEndPeriodFieldStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveFeatureCrossReferenceStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveFeatureTitleStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveFeatureURIStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveFieldValuesGathererStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveFullArtifactLinkFieldStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveFullArtifactStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveFullProjectStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveFullTrackerFromIdStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveFullTrackerStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveIterationLabelsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveIterationTrackerStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveLastChangesetStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveMirroredIterationTrackerStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveMirroredProgramIncrementFromTeamStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveMirroredProgramIncrementTrackerStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveOpenFeatureCountStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrievePlannableTrackersIdsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrievePlannableTrackersStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveProgramIncrementLabelsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveProgramIncrementStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveProgramIncrementTrackerStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveProgramOfIterationStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveProgramOfProgramIncrementStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveProgramUserGroupStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveProjectFromTrackerStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveProjectReferenceStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveProjectStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveProjectUgroupsCanPrioritizeItemsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveRootPlanningStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveStartDateFieldStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveStartDateValueStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveStatusFieldStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveStatusValueUserCanSeeStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveStatusValuesStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveTimeboxFromMirroredTimeboxStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveTimeframeValueUserCanSeeStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveTitleFieldStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveTitleValueStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveTitleValueUserCanSeeStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveTrackerFromFieldStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveTrackerFromUserStoryStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveTrackerOfArtifactStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveTrackerOfFeatureStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveUGroupsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveUriStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveUserPreferenceStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveUserStoryCrossRefStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveUserStoryTitleStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveUserStoryURIStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveUserStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveVisibleIterationTrackerStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveVisibleProgramIncrementTrackerStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SavePlanStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchArtifactsLinksStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchByTransitionIdStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchByWorkflowStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchChildrenOfFeatureStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchFeaturesInChangesetStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchFeaturesStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchIterationsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchLinkedArtifactsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchMirrorTimeboxesFromProgramStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchMirroredTimeboxesStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchOpenFeaturesStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchOpenProgramIncrementsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchParentFeatureOfAUserStoryStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchPlannableFeaturesStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchPlannedUserStoryStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchProgramIncrementLinkedToFeatureStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchProgramIncrementsOfProgramStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchProgramsOfTeamStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchProjectsUserIsAdminStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchTeamsOfProgramStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchTrackersOfProgramStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchUnlinkedUserStoriesOfMirroredProgramIncrementStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchUserStoryPlannedInIterationStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SearchVisibleTeamsOfProgramStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/StartDateFieldReferenceStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/StatusFieldReferenceStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/StorePendingTeamSynchronizationStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/StoreTeamSynchronizationErrorHasOccurredStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SubmissionDateStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/SynchronizedFieldsStubPreparation.php Go to diff View file
R plugins/program_management/tests/unit/Stub/TeamStoreStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/TeamSynchronizationEventStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/TextFieldValueStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/TimeboxIdentifierStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/TitleFieldReferenceStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/TrackerIdentifierStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/TrackerReferenceStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/UserIdentifierStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/UserReferenceStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyCanBePlannedInProgramIncrementStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyFeatureIsOpenStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyFeatureIsPlannedInProgramIncrementStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyFeatureIsVisibleByProgramStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyFeatureIsVisibleStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyFeaturePlannedStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyFieldPermissionsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyHasAtLeastOnePlannedUserStoryStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsChangesetStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsFeatureStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsInTopBacklogStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsIterationStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsIterationTrackerStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsLinkedToAnotherMilestoneStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsLinkedToProgramIncrementStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsOpenStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsPlannableStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsProgramIncrementStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsProgramIncrementTrackerStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsProgramStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsProjectAProgramOrUsedInPlanStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsProjectUsedInPlanStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsSynchronizationPendingStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsTeamOfProgramStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsTeamStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsUserStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIsVisibleArtifactStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyIterationHasBeenLinkedBeforeStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyPrioritizeFeaturesPermissionStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyProjectPermissionStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyRequiredFieldsLimitedToSynchronizedFieldsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifySemanticsAreConfiguredStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifySynchronizedFieldsAreNotUsedInWorkflowStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyTeamSynchronizationHasErrorStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyTrackerSemanticsStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyUserCanLinkToProgramIncrementStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyUserCanSubmitStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyUserCanUpdateTimeboxStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyUserIsProgramAdminStub.php Go to diff View file
R plugins/program_management/tests/unit/Stub/VerifyUserStoryIsVisibleStub.php Go to diff View file