stable

Clone or download

Read-only

Move `test/unit` from `Tuleap\ProgramManagement\` to `Tuleap\ProgramManagement\Tests` namespace

part of request #22231 Decrease adapter responsibility In order to ease tests maintenance we plan to have builde from programIdentifier Its namespace must indicated that it's linked to test domain `Tuleap\ProgramManagement\Tests\Builder` Change-Id: I0293984f7117131a6e7c269147cbce7b3a9f9d25

Modified Files

Name
M plugins/program_management/composer.json +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Admin/Configuration/ConfigurationCheckerTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/ArtifactVisibleVerifierTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/IterationCreationsRunnerTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/SemanticCheckerTest.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/StatusSemanticCheckerTest.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/WorkflowCheckerTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureAdditionProcessorTest.php +8 −8 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureRemovalProcessorTest.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetrieverTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/Rank/FeaturesRankOrdererTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilderTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionBuilderTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionProcessorTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChangeTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionFactoryTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Content/ProgramIncrementCheckerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Content/ProgramIncrementContentRetrieverTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureElementsRetrieverTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureCheckerTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/UserStoriesInMirroredProgramIncrementsPlannerTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/VerifyIsVisibleFeatureAdapterTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/IterationTracker/VisibleIterationTrackerRetrieverTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Plan/PrioritizeFeaturesPermissionVerifierTest.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/ProgramIncrementTracker/VisibleProgramIncrementTrackerRetrieverTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/ProgramUserGroupRetrieverTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Team/TeamAdapterTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/TrackerFactoryAdapterTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/UserManagerAdapterTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/UserPermissionsProxyTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/XML/ProgramManagementConfigXMLImporterTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php +15 −15 Go to diff View file
M plugins/program_management/tests/unit/DisplayProgramBacklogControllerTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Admin/CanPrioritizeItems/ProjectUGroupCanPrioritizeItemsPresentersBuilderTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Admin/PlannableTrackersConfiguration/PotentialPlannableTrackersConfigurationPresentersBuilderTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Admin/PotentialTeam/PotentialTeamsBuilderTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Admin/PotentialTrackerCollectionTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Admin/ProgramForAdministrationIdentifierTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Admin/ProgramUserGroupCollectionTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Admin/Team/TeamsPresenterBuilderTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Admin/TimeboxTrackerConfiguration/PotentialTimeboxTrackerConfigurationPresenterCollectionTest.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ArtifactCreatedHandlerTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ArtifactUpdatedHandlerTest.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ChangesetIdentifierTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/IterationCreationEventHandlerTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/IterationCreationTest.php +9 −9 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/IterationReplicationSchedulerTest.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/CanSubmitNewArtifactHandlerTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/IterationCreatorCheckerTest.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/ProgramIncrementCreatorCheckerTest.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/TimeboxCreatorCheckerTest.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/FeatureIdentifierTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/Iteration/IterationIdentifierTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/Iteration/JustLinkedIterationCollectionTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/IterationTracker/IterationLabelsTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifierTest.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/FeatureAdditionTest.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/FeatureRemovalTest.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementBuilderTest.php +1 −1 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/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldCollectionBuilderTest.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionTest.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrementTracker/ProgramIncrementLabelsTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrementTracker/ProgramIncrementTrackerConfigurationTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/Source/SourceTrackerCollectionTest.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/TrackerCollectionTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/IterationTrackerTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/PlanCreatorTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/ProgramIncrementTrackerTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/ProgramPlannableTrackerCollectionTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/ProgramPlannableTrackerTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/ProgramUserGroupTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/TrackerIsValidCheckerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/ProgramIdentifierTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/ProgramSearcherTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Team/TeamCreatorTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/ProgramTrackerTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Domain/Service/ProjectServiceBeforeActivationHandlerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Service/ServiceDisabledCollectorHandlerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Team/Creation/TeamCollectionTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Team/RootPlanning/RootPlanningEditionHandlerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Workspace/CollectLinkedProjectsHandlerTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Domain/Workspace/ComponentInvolvedVerifierTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Workspace/ProgramsSearcherTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Workspace/StoredUserTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Workspace/TeamsSearcherTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/XML/ProgramManagementXMLConfigExtractorTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/XML/ProgramManagementXMLConfigTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Stub/AllProgramSearcherStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildPlanningStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildProgramStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildProjectStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildProjectUGroupCanPrioritizeItemsPresentersStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/CheckProgramIncrementStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/CreatePlanStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/ExtractXMLConfigStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/ParseXMLConfigStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveIterationLabelsStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveIterationTrackerStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveLastChangesetStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrievePlannableTrackersStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrievePlanningMilestoneTrackerStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveProgramIncrementLabelsStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveProgramIncrementTrackerStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveProgramUserGroupStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveProjectStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveProjectUgroupsCanPrioritizeItemsStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveTrackerFromProgramStub.php +1 −2 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveTrackerStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveUGroupsStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveUnlinkedUserStoriesOfMirroredProgramIncrementStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveUserStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveVisibleIterationTrackerStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveVisibleProgramIncrementTrackerStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/SearchIterationsStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/SearchPendingIterationStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/SearchProgramsOfTeamStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/SearchTeamsOfProgramStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/UserIdentifierStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/UserPermissionsStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyCanBePlannedInProgramIncrementStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyIsIterationTrackerStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyIsProgramIncrementTrackerStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyIsProgramStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyIsTeamStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyIsUserStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyIsVisibleArtifactStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyIsVisibleFeatureStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyIterationHasBeenLinkedBeforeStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyIterationsFeatureActiveStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyLinkedUserStoryIsNotPlannedStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyPrioritizeFeaturesPermissionStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyProjectPermissionStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/UserCanPrioritizeTest.php +4 −4 Go to diff View file