stable
Clone or download
Read-only
This contribution makes that all methods called on mocks created by PHPUnit are explicitely defined (same constraint that we currently have with Mockery). This is done by creating a TestCase specific to Tuleap and enforcing its usage via a PHPCS rule. This also enforced on REST and SOAP tests even if they are not concerned by the usage of mocks just to prevent some confusion ("when should I use this one instead of the other?"). Part of request #21326: Favor PHPUnit mock system over Mockery Change-Id: Ib69dc2bf2098240f120f0d1b7a1996aa31a859bb
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/admindelegation/tests/unit/AdminDelegation_UserServiceTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/integration/Planning/PlanningDAOTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboardControllerTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboardScrumConfigurationUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_ConfigurationManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_KanbanActionsCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_KanbanColumnManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_KanbanUserPreferencesTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_XMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_XMLimporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Artifact/AdditionalArtifactActionBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Artifact/EventRedirectAfterArtifactCreationOrUpdateHandlerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Artifact/HomeServiceRedirectionExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Artifact/RedirectParameterInjectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/BacklogItem/SubBacklogItemProviderTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/BlockScrumAccessTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/ConfigurationUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/CreateTrackerFromXMLCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/DirectArtifactLinkCleanerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/UnplannedArtifactsAdderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/UnplannedCriterionOptionsProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/UnplannedReportCriterionCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/UnplannedReportCriterionMatchingIdsRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/XMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/XMLImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/FirstKanbanCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/Burnup/CountElementsCalculatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupCacheCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupCacheDateRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupCalculatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupDataBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/MessageFetcherTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/HierarchyCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Kanban/KanbanURLTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Kanban/KanbanXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Kanban/KanbanXmlImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Kanban/NewDropdownCurrentContextSectionForKanbanProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Kanban/RecentlyVisited/VisitRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Masschange/AdditionalMasschangeActionBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Masschange/AdditionalMasschangeActionProcessorTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Backlog/AgileDashboard_Milestone_Backlog_BacklogItemCollectionFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Backlog/AgileDashboard_SequenceIdManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Backlog/Backlog/BacklogItemPresenterCollectionTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Backlog/TopBacklogElementsToAddCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/HeaderOptionsProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/MilestoneParentLinkerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProviderTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/MilestoneReportCriterionProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/MilestoneStatusCounterTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Pane/PaneInfoCollectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/ParentTrackerRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Request/FilteringQueryParserTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Request/FilteringQueryTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Request/PeriodQueryTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Request/TopMilestoneRequestTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/SelectedMilestoneProviderTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/Admin/PlanningEditionPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/Admin/UpdateRequestValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/ArtifactLinkerTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/ArtifactMilestoneTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/ArtifactParentsSelectorTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/HeaderOptionsForPlanningProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetAllMilestonesTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetBareMilestoneByArtifactIdTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetLastMilestoneCreatedTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneFromArtifactTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneFromArtifactWithPlannedArtifactsTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneWithAncestorsTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetPaginatedMilestonesTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetTopMilestonesTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryPlannedArtifactsTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneSelectorControllerTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/NearestPlanningTrackerProviderTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/NoMilestoneTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningFactoryDuplicationTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningFactoryGetNonLastLevelPlanningsTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningFactoryTestGetAvailablePlanningTrackersTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningFactoryTestGetPlanningByPlanningTrackerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningFactoryTestGetPlanningTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningFactoryTestGetVirtualTopPlanningTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningTrackerBacklogCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/RootPlanning/BacklogTrackerRemovalCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/RootPlanning/UpdateIsAllowedCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/ScrumPlanningFilterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/RemainingEffortValueRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Scrum/ScrumPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/ScrumForMonoMilestoneCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Semantic/MoveChangesetXMLUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Semantic/MoveSemanticInitialEffortCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Semantic/SemanticDoneDuplicatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Semantic/SemanticDoneLoaderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Semantic/SemanticDoneTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Semantic/SemanticDoneValueCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Semantic/XML/SemanticExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Widget/WidgetKanbanXMLImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Workflow/AddToTopBacklogPostActionFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Workflow/PostAction/Update/Internal/AddToTopBacklogValueUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Workflow/REST/v1/AddToTopBacklogJsonParserTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/XMLFullStructureExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboardPluginTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboardRouterTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/Planning/Planning_ArtifactParentsSelectorEventListenerTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/Planning/Planning_RequestValidatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/Planning/Planning_TrackerPresenterTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/Planning/XML/XMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/Planning/XML/XMLPlanningTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/REST/QueryToCriterionOnlyAllStatusConverterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/REST/QueryToCriterionStatusConverterTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/REST/v1/Kanban/KanbanTrackerRepresentationTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/REST/v1/Milestone/MilestoneElementAdderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/REST/v1/Milestone/MilestoneElementMoverTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/REST/v1/Milestone/MilestoneElementRemoverTests.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/REST/v1/Milestone/MilestoneRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/REST/v1/Milestone/ProjectMilestonesResourceTest.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/REST/v1/MilestoneResourceValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/REST/v1/OrderValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/REST/v1/Rank/ArtifactsRankOrdererTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/REST/v1/Scrum/BacklogItem/InitialEffortSemanticUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/api_explorer/tests/unit/ExplorerControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/api_explorer/tests/unit/Specification/Swagger/SwaggerJsonControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/api_explorer/tests/unit/api_explorerPluginTest.php | +1 | −2 | Go to diff View file |
M | plugins/archivedeleteditems/tests/unit/FileCopierTest.php | +1 | −2 | Go to diff View file |
M | plugins/bugzilla_reference/tests/unit/Bugzilla/CrossReferenceCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/bugzilla_reference/tests/unit/Bugzilla/RESTReferenceCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/captcha/tests/unit/ClientTest.php | +1 | −2 | Go to diff View file |
M | plugins/captcha/tests/unit/ConfigurationRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/captcha/tests/unit/ConfigurationSaverTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/Tuleap/Cardwall/XML/XMLCardwallColumnTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/Tuleap/Cardwall/XML/XMLCardwallMappingTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/Tuleap/Cardwall/XML/XMLCardwallTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/unit/CardInCellPresenterFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/unit/CardInCellPresenterTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall/AccentColor/AccentColorBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall/AllowedFieldRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall/BackgroundColor/BackgroundColorBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall/OnTop/Config/ColumnFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall/Semantic/CardFieldXmlExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall/Semantic/CardFieldXmlExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall/Semantic/CardFieldsTrackerPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall/Semantic/FieldUsedInSemanticObjectCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/unit/CardwallConfigXmlExportTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/CardwallConfigXmlExport_ColumnsTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/CardwallConfigXmlImportTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall_CardControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall_CardInCellPresenterNodeTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall_Column_canContainStatusTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall_Column_isInColumnTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall_PaneBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall_SwimLineFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Cardwall_OnTop_ConfigTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Cardwall_OnTop_MappedFieldProviderTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_TrackerMappingFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_TrackerMappingNoFieldTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_TrackerMappingStatusTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_UpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_ValueMappingFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/ColumnFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_CreateColumnTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_CreateMappingFieldTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_DeleteColumnsTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_DeleteMappingFieldsTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_EnableCardwallOnTopTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_EnableFreestyleColumnsTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateColumnsTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateMappingFieldsTestBase.php | +1 | −1 | Go to diff View file |
M | plugins/create_test_env/tests/unit/CreateTestEnv/CreateTestProjectTest.php | +1 | −2 | Go to diff View file |
M | plugins/create_test_env/tests/unit/CreateTestEnv/XMLDateUpdater/DateUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/CrossTrackerReportFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/CrossTrackerReportTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Permission/CrossTrackerPermissionGateTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/CSV/CSVRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/CSV/CSVRepresentationTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/CSV/Format/BindToValueVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/CSV/Format/CSVFormatterVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/CSV/SimilarFieldsFormatterTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/InvalidSemantic/MetadataUsageCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/ListValueValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/Query/ParametrizedFromTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/SimilarField/FieldUsedInSupportedSemanticsVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/SimilarField/SimilarFieldCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/SimilarField/SimilarFieldsFilterTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/SimilarField/SimilarFieldsMatcherTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Widget/WidgetPermissionCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/ApprovalTable/ApprovalTableNotificationCycleTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/ApprovalTable/ApprovalTableRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/ApprovalTable/ApprovalTableTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/ApprovalTable/ApprovalTableUpdateActionCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/ApprovalTable/ApprovalTableUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/BuildItemMappingVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/CopyItemsTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/DestinationCloneItemTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/DocmanActionsTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/DocmanValidateUploadTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Docman_CloneItemsVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Docman_LockFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Docman_MIMETypeDetectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Docman_NotificationsManager_AddTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Docman_NotificationsManager_DeleteTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Docman_NotificationsManager_MoveTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Docman_NotificationsManager_SubscribersTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Docman_SOAPActionsTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/DocumentDeletion/DocmanWikiDeletorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Download/DocmanFileDownloadCORSTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Download/DocmanFileDownloadControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Download/DocmanFileDownloadResponseGeneratorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/ErrorPermissionDeniedTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/ExternalLinks/DocmanHTTPControllerProxyTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/ExternalLinks/ExternalLinkParametersExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/ExternalLinks/ExternalLinkRedirectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/FilterFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/ItemFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/ItemType/DoesItemHasExpectedTypeVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/CustomMetadataRepresentationRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/DocmanMetadataInputValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/DocmanMetadataTypeValueFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/ItemImpactedByMetadataChangeCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/ListOfValuesElement/MetadataListOfValuesElementListBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/MetadataFactoryBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/MetadataListOfValuesElementDaoTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/MetadataListOfValuesElementFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/MetadataRecursiveUpdatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/MetadataTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/MetadataValueCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/MetadataValueObjectFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/MetadataValueStoreTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/MetadataValueUpdatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Metadata/Owner/OwnerRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Notifications/NotifiedPeopleRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/NotificationsManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/tests/unit/NotificationsManager_DeleteTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/NotificationsManager_MoveTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/PermissionManager/Docman_PermissionsManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/PermissionManager/PermissionsManagerLockTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/PermissionManager/PermissionsManagerPerfTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/ResourcesInjectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/CopyItem/BeforeCopyVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/CopyItem/DocmanItemCopierTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/CopyItem/DocmanValidateRepresentationForCopyTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/CopyItem/ItemBeingCopiedExpectationTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/DocmanItemCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/DocmanItemUpdatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/DocumentBeforeModificationValidatorVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/DocumentBeforeVersionCreationValidatorVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/EmbeddedFiles/EmbeddedFileVersionCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Files/DocmanFileVersionCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/ItemRepresentationBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/ItemRepresentationCollectionBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/ItemRepresentationVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Links/DocmanLinkVersionCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Links/DocmanLinksValidityCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Lock/RestLockUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Metadata/CustomMetadataCollectionBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Metadata/HardcodedMetadataObsolescenceDateRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Metadata/HardcodedMetdataObsolescenceDateCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Metadata/ItemStatusMapperTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Metadata/MetadataUpdatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/MetadataRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/MoveItem/BeforeMoveVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/MoveItem/DocmanItemMoverTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Permissions/DocmanItemPermissionsForGroupsBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Permissions/DocmanItemPermissionsForGroupsSetFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Permissions/PermissionItemUpdaterFromRESTContextTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Service/DocmanServicePermissionsForGroupsBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Service/DocmanServiceRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Wiki/DocmanWikiUpdatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Reference/CrossReferenceDocmanOrganizerTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Reference/DocumentIconPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/RenameProjectTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/SqlFilterChoiceTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/SystemCheckTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/TokenTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Upload/Document/DocumentBeingUploadedInformationProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Upload/Document/DocumentMetadataCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Upload/Document/DocumentToUploadCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Upload/Document/DocumentUploadCancelerTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Upload/Document/DocumentUploadCleanerTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Upload/Document/DocumentUploadFinisherTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Upload/Version/VersionBeingUploadedInformationProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Upload/Version/VersionToUploadCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Upload/Version/VersionUploadCancelerTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Upload/Version/VersionUploadCleanerTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Upload/Version/VersionUploadFinisherTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/Version/LinkVersionDataUpdatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/VersionFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/XML/Export/PermissionsExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/XML/Export/XMLExportVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/XML/Import/ImportPropertiesExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/XML/Import/ImportPropertiesTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/XML/Import/ItemImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/XML/Import/NodeImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/XML/Import/PermissionsImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/XML/Import/PostFileImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/XML/Import/PostFolderImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/XML/Import/VersionImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/XML/XMLImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/bin/DocmanImport/DateParserTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/bin/DocmanImport/TreesTest.php | +1 | −2 | Go to diff View file |
M | plugins/docman/tests/unit/view/DocumentFooterPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/document/tests/unit/Config/Admin/FilesDownloadLimitsAdminControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/document/tests/unit/Config/Admin/FilesDownloadLimitsAdminSaveControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/document/tests/unit/Config/Admin/HistoryEnforcementAdminControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/document/tests/unit/Config/Admin/HistoryEnforcementAdminSaveControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/document/tests/unit/Config/FileDownloadLimitsBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/document/tests/unit/Config/HistoryEnforcementSettingsBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/document/tests/unit/DocmanSettingsSiteAdmin/DocmanSettingsTabsPresenterCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/document/tests/unit/DownloadFolderAsZip/DocumentFolderZipStreamerTest.php | +1 | −2 | Go to diff View file |
M | plugins/document/tests/unit/DownloadFolderAsZip/ErrorsListingBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/document/tests/unit/DownloadFolderAsZip/FolderSizeIsAllowedCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/document/tests/unit/DownloadFolderAsZip/ZipStreamFolderFilesVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/document/tests/unit/include/DocumentUsageRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/dynamic_credentials/tests/unit/Credential/CredentialCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/dynamic_credentials/tests/unit/Credential/CredentialIdentifierExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/dynamic_credentials/tests/unit/Credential/CredentialRemoverTest.php | +1 | −2 | Go to diff View file |
M | plugins/dynamic_credentials/tests/unit/Credential/CredentialRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/dynamic_credentials/tests/unit/Credential/CredentialTest.php | +1 | −2 | Go to diff View file |
M | plugins/dynamic_credentials/tests/unit/REST/RequestSignatureVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/dynamic_credentials/tests/unit/Session/DynamicCredentialSessionTest.php | +1 | −2 | Go to diff View file |
M | plugins/dynamic_credentials/tests/unit/User/DynamicUserCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/dynamic_credentials/tests/unit/User/DynamicUserTest.php | +1 | −2 | Go to diff View file |
M | plugins/forumml/tests/unit/ForumML/Threads/ThreadsControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/forumml/tests/unit/ForumML_FileStorageTest.php | +1 | −2 | Go to diff View file |
M | plugins/forumml/tests/unit/Incoming/IncomingMailParsingTest.php | +1 | −2 | Go to diff View file |
M | plugins/forumml/tests/unit/MessageArchiverTest.php | +1 | −2 | Go to diff View file |
M | plugins/forumml/tests/unit/WriteMailControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/frs/tests/unit/FRS/AgileDashboardPaneInfoTest.php | +1 | −2 | Go to diff View file |
M | plugins/frs/tests/unit/FRS/ArtifactViewTest.php | +1 | −2 | Go to diff View file |
M | plugins/frs/tests/unit/FRS/REST/v1/PackageRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/frs/tests/unit/FRS/REST/v1/ReleasePermissionsForGroupsBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/frs/tests/unit/FRS/REST/v1/ServiceRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/frs/tests/unit/FRS/ReleaseNotesControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/frs/tests/unit/FRS/Upload/EmptyFileToUploadFinisherTest.php | +1 | −2 | Go to diff View file |
M | plugins/frs/tests/unit/FRS/Upload/FileToUploadCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/frs/tests/unit/FRS/Upload/FileUploadCleanerTest.php | +1 | −2 | Go to diff View file |
M | plugins/frs/tests/unit/FRS/Upload/Tus/FileBeingUploadedInformationProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/frs/tests/unit/FRS/Upload/Tus/FileUploadCancelerTest.php | +1 | −2 | Go to diff View file |
M | plugins/frs/tests/unit/FRS/Upload/Tus/FileUploadFinisherTest.php | +1 | −2 | Go to diff View file |
M | plugins/frs/tests/unit/FRS/Upload/UploadPathAllocatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/integration/GitDriverTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/integration/GitXmlImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/integration/Gitolite/GitoliteTestCase.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/integration/Permissions/FineGrainedRegexpValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Account/AccountTabsBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Account/PushSSHKeysControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/CIToken/BuildStatusChangePermissionManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/CommitMetadata/CommitMetadataRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/CommitStatus/CommitStatusCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/CommitStatus/CommitStatusRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/CommitStatus/CommitStatusWithKnownStatusTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/CommonMarkExtension/LinkToGitFileBlobFinderTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/CommonMarkExtension/LinkToGitFileExtensionTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/DiskUsage/RetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/AdminGerritControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/BinaryDetectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/DiskUsage/CollectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/GerritDriverFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerBindedUGroupsTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerCreateGroupForUmbrellaTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerCreateGroupTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerListGroupsCacheTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerListGroupsTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerNoGerritTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerProjectAdminOwnerOfEverythingTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerProjectAdminTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/ProjectCreatorCallToGerritTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/ProjectCreatorStatusTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/ProjectCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/Template/TemplateProcessorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/UmbrellaProjectManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/UserAccountManagerGetGerritUserTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/UserAccountManagerPushSSHKeysTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/UserAccountManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/UserFinderGetUgroupsTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/Gerrit/UserFinderTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/GerritHTTPClientFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Driver/GerritRESTTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/ConfigPermissionsSerializerFineGrainedPermissionsTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/ConfigPermissionsSerializerGerritTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/ConfigPermissionsSerializerGitoliteConfTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/ConfigPermissionsSerializerMirrorsTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/ConfigPermissionsSerializerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/Gitolite3LogParserTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/ProjectSerializerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/RegenerateConfigurationCommandTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/SSHKey/AuthorizedKeysFileCreatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/SSHKey/DumperFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/SSHKey/KeyTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/SSHKey/ManagementDetectorTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/SSHKey/Provider/GerritServerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/SSHKey/Provider/UserTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/SSHKey/Provider/WholeInstanceKeysAggregatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/GitoliteHousekeeping/ChainOfResponsibility/CheckRunningEventsTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/GitoliteHousekeeping/ChainOfResponsibility/CleanUpGitoliteAdminRepoTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/GitoliteHousekeeping/ChainOfResponsibility/EnableGitGcTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceRestarterTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceStopperTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/GitoliteHousekeeping/GitoliteHousekeepingGitGcTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/GitoliteHousekeeping/GitoliteHousekeepingRunnerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Hook/Git_Hook_ExtractCrossReferencesTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/Hook/Git_Hook_LogAnalyzerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/Hook/Git_Hook_ParseLogTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/Hook/Git_Hook_ParseLog_CountPushesTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/Hook/Git_Hook_PostReceive_CommonTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/Hook/PostReceiveMailsRetrieverTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/LatestHeartbeatsCollectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Mirror/ManifestFileGeneratorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Mirror/ManifestManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Notifications/NotificationsForProjectMemberCleanerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/Permissions/AccessControlVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Permissions/DefaultFineGrainedPermissionFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Permissions/FineGrainedPatternValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Permissions/FineGrainedPermissionFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Permissions/FineGrainedPermissionSorterTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Permissions/HistoryValueFormatterTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Permissions/PatternValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Permissions/PermissionChangesDetectorForProjectTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Permissions/PermissionChangesDetectorForRepositoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Permissions/RegexpPermissionFilterTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Reference/CommitDetailsCrossReferenceInformationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Reference/CommitDetailsRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Reference/CrossReferenceGitEnhancerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Reference/CrossReferenceGitOrganizerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Reference/OrganizeableGitCrossReferencesAndTheContributorsCollectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/ReferenceManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/RemoteServer/Gerrit/ReplicationHTTPUserAuthenticatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/RemoteServer/GerritCanMigrateCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/RemoteServer/GerritServerFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/RemoteServer/GerritServerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/RemoteServer/MigrationHandlerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Repository/LargestObjectSizeGitRepositoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Repository/RepositoriesWithObjectsOverTheLimitCommandTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Repository/View/DefaultCloneURLSelectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Repository/View/FilesHeaderPresenterBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/Repository/View/LanguageDetectorForPrismJSTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/RepositoryList/DaoByRepositoryPathSorterTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/SystemCheckTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/SystemEventManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/URLTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/UserAccountManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git/Webhook/WebhookRequestSenderTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/GitActionsDeleteTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitActionsFetchConfigTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitActionsForkTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitActionsProjectPrivacyTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitActionsTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitBackendGitoliteDisconnectGerritTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitBackendGitoliteUserAccessRightsTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitBackendTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitForkCrossProjectTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/GitForkRepositoriesTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/GitGerritRouteTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitPHP/CommitTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitPHP/PackTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitPHP/TreeTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitPermissionsManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitPluginPostSystemEvents.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitRepositoryCanDeletedTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitRepositoryFactoryGetAllGerritRepositoriesFromProjectTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitRepositoryFactoryGetGerritRepositoriesWithPermissionsForUGroupTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitRepositoryFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitRepositoryGetAccessUrlTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitRepositoryImplTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitRepositoryManagerCreateTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitRepositoryManagerDeleteAllRepositoriesTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitRepositoryManagerForkTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitRepositoryManagerRepositoryNameTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitRepositoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitRepositoryUrlManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitRoutingTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitViewsRepositoriesTraversalStrategySelectboxTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitViewsTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/GitXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git_Backend_GitoliteAccessURLTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git_Backend_GitoliteTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git_ExecTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Git_PostReceiveMailManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/Gitolite/GitoliteAccessURLGeneratorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/HTTP/HTTPAccessControlTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/PathJoinUtilTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/PermissionsPerGroup/RepositoryFineGrainedRepresentationBuilderTest.php | +6 | −8 | Go to diff View file |
M | plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_EDIT_SSH_KEYSTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_GERRIT_ADMIN_KEY_DUMPTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION_BaseTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_GERRIT_PROJECT_READONLYTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_GROKMIRROR_MANIFEST_CHECKTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_REPO_DELETETest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_REPO_FORKTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_REPO_UPDATETest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/unit/XmlUgroupRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/API/ClientWrapperTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/API/GitlabProjectBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/API/GitlabTagTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/EventsHandlers/ReferenceAdministrationWarningsCollectorEventHandlerTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/REST/v1/BotApiTokenUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/REST/v1/WebhookSecretGeneratorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/Commit/GitlabCommitCrossReferenceEnhancerTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/Commit/GitlabCommitFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/GitlabCrossReferenceOrganizerTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/GitlabReferenceBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/GitlabReferenceExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/MergeRequest/GitlabMergeRequestTest.php | +1 | −1 | Go to diff View file |
M | plugins/gitlab/tests/unit/Reference/TuleapReferenceRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryDeletorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Token/GitlabBotApiTokenInserterTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Token/GitlabBotApiTokenTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/Bot/BotCommentReferencePresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/Bot/CommentSenderTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/Bot/CredentialsRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/Bot/InvalidCredentialsNotifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/CrossReferenceFromMergeRequestCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/PostMergeRequestBotCommenterTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookActionProcessorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookAuthorDataRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookDataBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/PreviouslySavedReferencesRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/TuleapReferencesFromMergeRequestDataExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushCommitBotCommenterTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushCommitWebhookDataExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushWebhookActionProcessorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushWebhookDataBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/Secret/SecretCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookActionProcessorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookCreateActionTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookDataBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookDataTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookDeleteActionTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/WebhookActionsTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/WebhookCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/WebhookDataBranchNameExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/WebhookDataExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/WebhookDeletorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/WebhookRepositoryRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/WebhookTuleapReferenceTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/WebhookTuleapReferencesParserTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Authorization/Action/ActionAuthorizationRemoverTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Authorization/Action/ActionAuthorizationTokenCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Authorization/Action/ActionAuthorizationVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Authorization/LFSAuthorizationTokenHeaderSerializerTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Authorization/User/Operation/UserOperationFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Authorization/User/UserTokenCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Authorization/User/UserTokenVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Batch/Request/BatchRequestOperationTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Batch/Request/BatchRequestTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Batch/Response/Action/BatchResponseActionContentTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Batch/Response/BatchResponseObjectWithActionsTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Batch/Response/BatchSuccessfulResponseBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Batch/Response/BatchSuccessfulResponseTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Download/FileDownloaderControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/GitPHPDisplay/DetectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/GitPHPDisplay/DownloadURLBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/HTTP/LFSAPIHTTPAccessControlTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/HTTP/LSFAPIHTTPAuthorizationTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/LFSJSONHTTPDispatchableTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/LFSObject/LFSObjectIDTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/LFSObject/LFSObjectRemoverTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/LFSObject/LFSObjectRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/LFSObject/LFSObjectTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Lock/LockDestructorTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Lock/Request/LockCreateRequestTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Lock/Request/LockDeleteRequestTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Lock/Request/LockListRequestTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Lock/Request/LockVerifyRequestTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Lock/Response/LockResponseBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/SSHAuthenticate/LFSEndPointDiscoveryTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/SSHAuthenticate/SSHAuthenticateResponseBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/SSHAuthenticate/SSHAuthenticateTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Statistics/CollectorTest.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/tests/unit/StreamFilter/FilterHandleTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/StreamFilter/StreamFilterTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/StreamFilter/StreamFilterWrapperTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Transfer/Basic/BlockToMaxSizeOnReadFilterTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Transfer/Basic/LFSBasicTransferObjectSaverTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Transfer/Basic/SHA256ComputeOnReadFilterTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Transfer/BytesAmountHandledLFSObjectInstrumentationFilterTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Transfer/LFSActionUserAccessHTTPRequestCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/gitlfs/tests/unit/Transfer/LFSTransferVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/tests/unit/Async/ChartDataControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/tests/unit/CumulativeFlowChartTest.php | +1 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/tests/unit/GraphOnTrackerV5RendererTest.php | +1 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/tests/unit/GraphOnTrackersV5_BurndownDataTest.php | +1 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/tests/unit/GraphOnTrackersV5_InSessionChartSorterTest.php | +1 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/tests/unit/data-transformation/CumulativeFlowColumnBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/tests/unit/graphic-library/GraphOnTrackersV5_Engine_BurndownTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson/tests/unit/HudsonBuildTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson/tests/unit/HudsonJobBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson/tests/unit/HudsonJobLazyExceptionHandlerTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson/tests/unit/HudsonTestResultTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson/tests/unit/Reference/HudsonCrossReferenceOrganizerTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson/tests/unit/SVNPathsUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Git/Administration/AddControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Git/Administration/AdministrationControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Git/Administration/AdministrationPaneBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Git/Administration/DeleteControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Git/Administration/JenkinsServerAdderTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Git/Administration/JenkinsServerDeleterTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Git/Administration/URLBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Git/Administration/XML/XMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Git/Administration/XML/XMLImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Hook/HookTriggerControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Hook/JenkinsClientTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Hook/JenkinsTuleapBranchSourcePluginHook/JenkinsTuleapPluginHookPayloadTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Log/LogCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/hudson_svn/tests/unit/Job/LauncherTest.php | +1 | −2 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/Board/Backlog/JiraBoardBacklogRetrieverFromAPITest.php | +1 | −2 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/Board/JiraBoardConfigurationTest.php | +1 | −2 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/IssuesLinkedToEpicsRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/JiraAgileImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/JiraBoardsRetrieverFromAPITest.php | +1 | −2 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/JiraEpicIssuesRetrieverFromAPITest.php | +1 | −2 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/JiraEpicRetrieverFromAPITest.php | +1 | −2 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/JiraSprintIssuesRetrieverFromAPITest.php | +1 | −2 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/JiraSprintRetrieverFromAPITest.php | +1 | −2 | Go to diff View file |
M | plugins/jira_import/tests/unit/Project/ArtifactLinkType/ArtifactLinkTypeImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/label/tests/unit/ProjectLabelRequestDataValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/GroupAutocompleteControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/LDAPBackendSVNTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/LDAPDirectorySynchronizationTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/LDAPGroupManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/LDAPRetrieveAllArgumentsTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/LDAPSetOfUserIDsForDiffTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/LDAPTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/LDAPUserDaoTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/ProjectGroupManagerRestrictedUserFilterTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/UserGroupManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/UserManagerAuthenticateTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/UserManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/UserSyncTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/system_event/SystemEvent_PLUGIN_LDAP_UPDATE_LOGINTest.php | +1 | −2 | Go to diff View file |
M | plugins/mediawiki/tests/unit/CleanUnusedTest.php | +1 | −2 | Go to diff View file |
M | plugins/mediawiki/tests/unit/MediawikiLanguageManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/mediawiki/tests/unit/MediawikiMathExtensionEnablerTest.php | +1 | −2 | Go to diff View file |
M | plugins/mediawiki/tests/unit/MediawikiUserGroupsMapperTest.php | +1 | −2 | Go to diff View file |
M | plugins/mediawiki/tests/unit/XMLMediaWikiExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/mfa/tests/unit/Enrollment/TOTP/TOTPEnrollerTest.php | +1 | −2 | Go to diff View file |
M | plugins/mfa/tests/unit/OTP/TOTPModeTest.php | +1 | −2 | Go to diff View file |
M | plugins/mfa/tests/unit/OTP/TOTPTest.php | +1 | −2 | Go to diff View file |
M | plugins/mfa/tests/unit/OTP/TOTPValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/integration/AccessToken/OAuth2AccessTokenDAOTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/integration/Grant/AuthorizationCode/OAuth2AuthorizationCodeDAOTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/integration/OpenIDConnect/IDToken/OpenIDConnectSigningKeyDAOTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/integration/RefreshToken/OAuth2RefreshTokenDAOTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AccessToken/OAuth2AccessTokenCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AccessToken/OAuth2AccessTokenRevokerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AccessToken/OAuth2AccessTokenVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Administration/AddAppControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Administration/AdminOAuth2AppsPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Administration/DeleteAppControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Administration/EditAppControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Administration/NewClientSecretControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Administration/OAuth2AppProjectVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Administration/ProjectAdmin/ListAppsControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Administration/SiteAdmin/SiteAdminListAppsControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/App/AppFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/App/ClientIdentifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/App/ClientSecretUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/App/LastGeneratedClientSecretStoreTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/App/NewOAuth2AppTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/App/OAuth2AppCredentialVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/App/OAuth2AppRemoverTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/App/OAuth2AppTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/App/PrefixOAuth2ClientSecretTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationCodeResponseFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationEndpointControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationEndpointProcessConsentControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationFormPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationFormRendererTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AuthorizationServer/PKCE/PKCEInformationExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AuthorizationServer/PromptParameterValuesExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AuthorizationServer/RedirectURIBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AccessTokenGrantControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AccessTokenGrantErrorResponseBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AccessTokenGrantRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2AuthorizationCodeCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2AuthorizationCodeRevokerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2AuthorizationCodeTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2AuthorizationCodeVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2GrantAccessTokenFromAuthorizationCodeTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/PKCE/PKCECodeVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/PrefixOAuth2AuthCodeTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/OAuth2AccessTokenSuccessfulRequestRepresentationTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/OAuth2ClientAuthenticationMiddlewareTest.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/RefreshToken/OAuth2GrantAccessTokenFromRefreshTokenTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/TokenRevocationControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/Discovery/ConfigurationResponseRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/Discovery/DiscoveryControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/IDToken/JWTBuilderFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/IDToken/OpenIDConnectIDTokenCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/IDToken/OpenIDConnectSigningKeyFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/IDToken/SigningPrivateKeyTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/IDToken/SigningPublicKeyTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/IssuerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/JWK/JSONWebKeySetTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/JWK/JSONWebKeyTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/JWK/JWKSDocumentEndpointControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/REST/Specification/Swagger/SwaggerJsonOAuth2SecurityDefinitionTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenRevokerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenTest.php | +7 | −8 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/RefreshToken/PrefixOAuth2RefreshTokenTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Scope/OAuth2ScopeRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Scope/OAuth2ScopeSaverTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Scope/ScopeExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/User/Account/AccountAppsControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/User/Account/AppRevocationControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/User/Account/AppsPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/User/Account/AppsTabAdderTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/User/AuthorizationComparatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/User/AuthorizationCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/User/AuthorizationRevokerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/User/AuthorizedScopeFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/User/UserInfoControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/User/UserInfoResponseRepresentationTest.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/oauth2_serverPluginTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/AdminRouterTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Administration/AzureADTenantSetupPresenterTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/Authorization/AuthorizationRequestCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/Authorization/AuthorizationResponseTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/AzureADUserLinkControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/AzureProviderIssuerClaimValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/GenericProviderIssuerClaimValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/IDTokenVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/JWKSKeyFetcherTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/SessionStateTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/StateFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/StateManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/StateStorageTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/StateTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/Token/TokenResponseTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/UserInfo/UserInfoRequestCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/UserInfo/UserInfoResponseTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Login/LoginURLGeneratorTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Login/LoginUniqueAuthenticationUrlGeneratorTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Login/RedirectToProviderForAuthorizationControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Login/Registration/AutomaticUserRegistrationTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Login/Registration/UsernameGeneratorTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Provider/AzureADProvider/AcceptableTenantForAuthenticationConfigurationTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Provider/AzureADProvider/AzureADProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Provider/AzureADProvider/AzureADTenantSetupTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Provider/AzureADProviderManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Provider/EnableUniqueAuthenticationEndpointVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Provider/GenericProvider/GenericProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Provider/GenericProviderManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Provider/ProviderManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/RouterTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/UserMapping/CanRemoveUserMappingCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/UserMapping/UserMappingManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/pluginsadministration/tests/unit/PluginDisablerVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/proftpd/tests/unit/ProFTPd/Admin/ACLUpdaterTest.php | +4 | −1 | Go to diff View file |
M | plugins/proftpd/tests/unit/ProFTPd/Directory/ProftpdDirectoryParserTest.php | +1 | −1 | Go to diff View file |
M | plugins/proftpd/tests/unit/ProFTPd/Directory/ProftpdDirectoryPathParserTest.php | +1 | −1 | Go to diff View file |
M | plugins/proftpd/tests/unit/ProFTPd/SystemEvent/PROFTPD_DIRECTORY_CREATETest.php | +14 | −11 | Go to diff View file |
M | plugins/proftpd/tests/unit/ProFTPd/SystemEvent/PROFTPD_UPDATE_ACLTest.php | +8 | −8 | Go to diff View file |
M | plugins/proftpd/tests/unit/ProFTPd/SystemEventManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/proftpd/tests/unit/ProFTPd/Xferlog/FileImporterTest.php | +17 | −9 | Go to diff View file |
M | plugins/proftpd/tests/unit/ProFTPd/Xferlog/FileImporter_PathTest.php | +34 | −10 | Go to diff View file |
M | plugins/proftpd/tests/unit/ProFTPd/Xferlog/ParserTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsRunnerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/StatusValueMapperTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/SemanticCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/StatusSemanticCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/WorkflowCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreatorAdapterTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ArtifactLinkFieldAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ArtifactLinkValueAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureAdditionProcessorTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureRemovalProcessorTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/DescriptionFieldAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/DescriptionValueAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/EndPeriodValueAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementTrackerConfigurationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/StartDateValueAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/StatusFieldAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/StatusValueAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/TimeFrameFieldsAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/TitleFieldAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/TitleValueAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/Rank/FeaturesRankOrdererTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionProcessorTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogSourceInformationTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChangeTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToBacklogPostActionAllPowerfulUserTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionJSONParserTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionRepresentationTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionValueTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionValueUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/CanProgramIncrementBeChangedCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Content/ProgramIncrementCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Content/ProgramIncrementContentRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureElementsRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoriesLinkedToMilestoneBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryRepresentationBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/VerifyIsVisibleFeatureAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Plan/PlanConfigurationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Plan/PlanProgramAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Plan/PrioritizeFeaturesPermissionVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/PlanningAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/ProgramUserGroupBuildAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Tracker/ProgramTrackerAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/ProjectAdmin/PermissionPerGroupSectionBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/ProjectDataAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Team/MirroredMilestones/MirroredMilestoneRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Team/TeamAdapterTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayProgramBacklogControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandlerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/ArtifactCreatorCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/Content/FeaturePlanChangeTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/FeatureIdentifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/ContentChangeTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/FeatureAdditionTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/FeatureRemovalTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/MirroredMilestoneArtifactLinkTypeTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementIdentifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldCollectionBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldDataFromProgramAndTeamTrackersCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldsTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/TimeFrameFieldsTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Fields/ProgramIncrementFieldsDataTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/SourceArtifactNatureAnalyzerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/SourceTrackerCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Team/ProgramIncrementsTrackerCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/TrackerCollectionFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Plan/PlanCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Plan/ProgramIncrementTrackerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Plan/ProgramPlannableTrackerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Plan/ProgramUserGroupTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/PlanningCheck/ConfigurationCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/ProgramSearcherTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Team/TeamCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Team/RootPlanning/RootPlanningEditionHandlerTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Workspace/ComponentInvolvedVerifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/program_managementPluginTest.php | +1 | −2 | Go to diff View file |
M | plugins/project_ownership/tests/unit/ProjectAdmin/IndexControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/project_ownership/tests/unit/ProjectOwner/ProjectOwnerRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/project_ownership/tests/unit/ProjectOwner/ProjectOwnerUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/project_ownership/tests/unit/ProjectOwner/XMLProjectImportUserCreatorProjectOwnerCleanerTest.php | +1 | −2 | Go to diff View file |
M | plugins/projectmilestones/tests/unit/Widget/ConfigureAtXMLImportTest.php | +1 | −2 | Go to diff View file |
M | plugins/projectmilestones/tests/unit/Widget/ProjectMilestonesPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/projectmilestones/tests/unit/Widget/ProjectMilestonesWidgetRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/prometheus_metrics/tests/unit/ClearPrometheusMetricsCommandTest.php | +1 | −2 | Go to diff View file |
M | plugins/prometheus_metrics/tests/unit/MetricsAuthCredentialTest.php | +1 | −2 | Go to diff View file |
M | plugins/prometheus_metrics/tests/unit/MetricsAuthenticationTest.php | +1 | −2 | Go to diff View file |
M | plugins/prometheus_metrics/tests/unit/MetricsControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/prometheus_metrics/tests/unit/PrometheusFlushableStorageProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/integration/PullRequestUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/integration/Reviewer/Change/ReviewerChangeDAOTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/integration/Reviewer/ReviewerDAOTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Authorization/PullRequestPermissionCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/BranchUpdate/CommitPresenterTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/BranchUpdate/PulRequestUpdatedEventTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/BranchUpdate/PullRequestUpdateCommitDiffTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/BranchUpdate/PullRequestUpdatedNotificationTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/BranchUpdate/PullRequestUpdatedNotificationToProcessBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/BranchUpdate/RepositoryURLToCommitBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Comment/Notification/PullRequestNewCommentEventTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Comment/Notification/PullRequestNewCommentNotificationTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Comment/Notification/PullRequestNewCommentNotificationToProcessBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/FileUniDiffBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/GitExecTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/GitReference/GitPullRequestReferenceBulkConverterTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/GitReference/GitPullRequestReferenceCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/GitReference/GitPullRequestReferenceNamespaceAvailabilityCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/GitReference/GitPullRequestReferenceRemoverTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/GitReference/GitPullRequestReferenceRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/GitReference/GitPullRequestReferenceTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/GitReference/GitPullRequestReferenceUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/InlineComment/InlineCommentCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/InlineComment/InlineCommentRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/InlineComment/InlineCommentUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/InlineComment/Notification/InlineCommentCodeContextExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/InlineComment/Notification/PullRequestNewInlineCommentEventTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/InlineComment/Notification/PullRequestNewInlineCommentNotificationTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/InlineComment/Notification/PullRequestNewInlineCommentNotificationToProcessBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Label/LabeledItemCollectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/MergeSetting/MergeSettingRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Notification/EventDispatcherWithFallbackTest.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Notification/EventSubjectToNotificationAsynchronousRedisDispatcherTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Notification/EventSubjectToNotificationListenerProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Notification/EventSubjectToNotificationListenerTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Notification/EventSubjectToNotificationSynchronousDispatcherTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Notification/FilterUserFromCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Notification/NotificationTemplatedContentTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Notification/OwnerRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Notification/Strategy/PullRequestNotificationSendMailTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/PullRequest/Reference/CrossReferencePullRequestOrganizerTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/PullRequestCloserTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/REST/v1/Reviewer/ReviewerChangeTimelineEventRepresentationTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/REST/v1/StatusPatcherTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Reference/HTMLURLBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Reference/ReferenceFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Reviewer/Autocompleter/PotentialReviewerRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Reviewer/Autocompleter/ReviewerAutocompleterControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Reviewer/Autocompleter/UsernameToSearchTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Reviewer/Change/ReviewerChangeEventTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Reviewer/Change/ReviewerChangeRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Reviewer/Change/ReviewerChangeTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Reviewer/Notification/ReviewerAddedNotificationTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Reviewer/Notification/ReviewerChangeNotificationToProcessBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Reviewer/ReviewerRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Reviewer/ReviewerUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/StateStatus/PullRequestAbandonedEventTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/StateStatus/PullRequestAbandonedNotificationTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/StateStatus/PullRequestAbandonedNotificationToProcessBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/StateStatus/PullRequestMergedEventTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/StateStatus/PullRequestMergedNotificationTest.php | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/unit/StateStatus/PullRequestMergedNotificationToProcessBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/referencealias_core/tests/unit/ReferenceAliasCore/ReferencesBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/referencealias_core/tests/unit/ReferencesImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/referencealias_git/tests/unit/ReferenceAliasGit/ReferencesBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/referencealias_git/tests/unit/ReferencesImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/referencealias_mediawiki/tests/unit/ReferenceAliasMediawiki/ReferencesBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/referencealias_mediawiki/tests/unit/ReferencesImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/referencealias_svn/tests/unit/ReferenceAliasSVN/ReferencesBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/referencealias_svn/tests/unit/ReferencesImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/referencealias_tracker/tests/unit/ReferenceAliasTracker/OriginalReferencesBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/referencealias_tracker/tests/unit/ReferencesImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/REST/v1/DependenciesRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/REST/v1/RoadmapTasksOutOfDateFilterTest.php | +1 | −2 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/REST/v1/RoadmapTasksRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/REST/v1/SubtasksRetrieverTest.php | +1 | −5 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/REST/v1/TaskOutOfDateDetectorTest.php | +1 | −1 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/REST/v1/TaskRepresentationBuilderForTrackerCacheTest.php | +1 | −5 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/REST/v1/TaskRepresentationBuilderForTrackerTest.php | +1 | −5 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/RoadmapProjectWidgetTest.php | +1 | −2 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/Widget/RoadmapConfigureAtXMLImportTest.php | +1 | −1 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/Widget/RoadmapWidgetPresenterBuilderTest.php | +1 | −5 | Go to diff View file |
M | plugins/statistics/tests/integration/DiskUsagePurgerIntegrationTest.php | +1 | −2 | Go to diff View file |
M | plugins/statistics/tests/unit/DiskUsage/ConcurrentVersionsSystem/RetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/statistics/tests/unit/DiskUsage/Subversion/RetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/statistics/tests/unit/DiskUsagePurgerTest.php | +1 | −2 | Go to diff View file |
M | plugins/statistics/tests/unit/Statistics_FormatterTest.php | +1 | −2 | Go to diff View file |
M | plugins/statistics/tests/unit/Statistics_Services_UsageFormatterTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/integration/SVN/Commit/SvnlookTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/REST_Backend/NotificationUpdateCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/REST_Backend/RepositoryResourceUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/REST_Backend/SettingsRepresentationValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/Reference/ExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/AccessControl/AccessFileReaderTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/AccessFile/AccessFileHistoryCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/AccessFile/SVNRefreshAllAccessFilesCommandTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Commit/FileSizeValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/DiskUsage/DiskUsageCollectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/DiskUsage/DiskUsageRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Hooks/PreCommitSHA1CollisionTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Hooks/PreCommitTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Hooks/PreRevPropChangeTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Logs/LastAccessUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Logs/ParserCoreAndPluginTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Logs/ParserTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Mails/MailReceivedFromUserExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Notifications/EmailsToBeNotifiedRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Repository/HookConfigCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Repository/HookConfigSanitizerTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Repository/HookConfigTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Repository/HookConfigUpdatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Repository/RepositoryCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Repository/RepositoryDeleterTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Repository/RepositoryManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Repository/RepositoryRegexpBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Repository/RuleNameTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Repository/SvnCoreAccessTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Service/ServiceActivatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/XMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/XMLImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/XMLRepositoryImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/XMLUserCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/events/SystemEvent_SVN_CREATE_REPOSITORYTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Admin/ScrumBoardTypeSelectorControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/AgileDashboard/MilestoneIsAllowedCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/AgileDashboard/TaskboardPaneInfoBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/AgileDashboard/TaskboardUsageDuplicatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/AgileDashboard/TaskboardUsageTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Board/BoardPresenterTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Column/ColumnColorRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Column/ColumnPresenterCollectionRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Column/ColumnPresenterTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/ArtifactMappedFieldValueRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/EmptyMappedValuesTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/Freestyle/FreestyleMappingFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/MappedFieldRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/MappedValuesRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/MappedValuesTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/TrackerMappingPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Column/MilestoneTrackerRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/REST/v1/Card/CardPatcherTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/REST/v1/Cell/AddValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/REST/v1/Cell/CardMappedFieldUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/REST/v1/Cell/CellPatcherTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/REST/v1/Columns/ColumnsGetterTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/REST/v1/RemainingEffortRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Routing/MilestoneExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Swimlane/SwimlaneChildrenRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Tracker/AddInPlaceRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Tracker/MappedFieldsCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Tracker/TrackerCollectionRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Tracker/TrackerCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/tests/unit/Tracker/TrackerPresenterCollectionBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Administration/AdminControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Administration/AdminTrackersRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Administration/TrackerCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Campaign/CloseCampaignControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Campaign/InformationNeededToRetrieveTestStatusOfACampaignTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Campaign/OpenCampaignControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Campaign/StatusChangedRedirectURLBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Campaign/StatusUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/CampaignCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/ConfigConformanceValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/ConfigTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/FirstConfigCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/GetURIForMilestoneFromTTMTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Heartbeat/HeartbeatArtifactOverriderTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Heartbeat/LatestHeartbeatsCollectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/NatureCoveredByOverriderTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/ExecutionChangesExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/ExecutionFromAutomatedTestsUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/ExecutionWithAutomatedTestDataProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/FormattedChangesetValueForFieldsRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/FormattedChangesetValueForIntFieldRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/FormattedChangesetValueForListFieldRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/FormattedChangesetValueForTextFieldRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/ListOfExecutionsWithAutomatedTestDataRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/TestsDataFromJunitExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/v1/AssignedToRepresentationBuilder.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/v1/CampaignArtifactUpdateFieldValuesBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/v1/DefinitionRepresentations/DefinitionRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/v1/DefinitionRepresentations/DefinitionRepresentationTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/v1/DefinitionRepresentations/StepDefinitionRepresentations/StepDefinitionRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/v1/DefinitionRepresentations/StepDefinitionRepresentations/StepDefinitionRepresentationTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/v1/Execution/StepsResultsFilterTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/v1/ListOfDefinitionsForCampaignRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/v1/StepsResultsChangesBuilderTest.php | +20 | −9 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/v1/TestStatusAccordingToStepsStatusChangesBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Step/Definition/Field/StepDefinitionDataConverterTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Step/Definition/Field/StepDefinitionTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Step/Definition/Field/XML/XMLStepDefinitionTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Step/StepCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/TestmanagementTrackersConfiguratorTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/TestmanagementTrackersCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/XML/ExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/XML/ImportXMLFromTrackerTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/XML/TrackerArtifactXMLImportXMLImportFieldStrategyStepsTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/XML/TrackerXMLExporterChangesetValueStepDefinitionXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/XML/XMLImportTest.php | +1 | −2 | Go to diff View file |
M | plugins/testplan/tests/unit/REST/v1/BacklogItemRepresentationTest.php | +1 | −2 | Go to diff View file |
M | plugins/testplan/tests/unit/TestDefinition/EventRedirectAfterArtifactCreationOrUpdateProcessorTest.php | +1 | −2 | Go to diff View file |
M | plugins/testplan/tests/unit/TestDefinition/RedirectParameterInjectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/testplan/tests/unit/TestDefinition/TestPlanLinkedTestDefinitionsRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/testplan/tests/unit/TestDefinition/TestPlanLinkedTestDefinitionsTest.php | +1 | −2 | Go to diff View file |
M | plugins/testplan/tests/unit/TestDefinition/TestPlanTestDefinitionWithTestStatusRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/testplan/tests/unit/TestDefinition/TestPlanTestDefinitionWithTestStatusTest.php | +1 | −2 | Go to diff View file |
M | plugins/testplan/tests/unit/TestDefinition/TestStatusPerTestDefinitionsInformationForUserRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/testplan/tests/unit/TestPlanControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/testplan/tests/unit/TestPlanHeaderOptionsProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/testplan/tests/unit/TestPlanPaneDisplayableTest.php | +1 | −2 | Go to diff View file |
M | plugins/testplan/tests/unit/TestPlanPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/testplan/tests/unit/TestPlanTestDefinitionTrackerRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/ArtifactView/ArtifactViewBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/JiraImporter/Configuration/JiraTimetrackingConfigurationRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/JiraImporter/JiraXMLExportTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/JiraImporter/Worklog/WorklogRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/JiraImporter/Worklog/WorklogTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/Permissions/PermissionsRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/REST/v1/ArtifactTimeRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/Report/TimetrackingDatesExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/Report/TimetrackingReportFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/Time/DateFormatterTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/Time/TimeCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/Time/TimeControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/Time/TimeRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/Time/TimeUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/Time/TimetrackingOverviewRepresentationsBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/Time/TimetrackingQueryCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/XML/XMLExportTest.php | +1 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/XML/XMLImportTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/integration/PriorityDaoPerformancesTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/integration/PriorityDaoTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/integration/SemanticTimeframeDaoTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Changeset/Comment/CommentPresenterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_ChangesetDataInitializatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_InitialChangesetCreatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_InitialChangesetFieldsValidatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_NewChangesetFieldsValidatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Changeset/Validation/NullChangesetValidationContextTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/CodeBlockFeaturesOnArtifactTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/FileUploadDataProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/MyArtifactsCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/PermissionsCacheTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/TrackerArtifactChangesetValueFileTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Tracker_Artifact_XMLExportTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Tracker_Artifact_XMLImportTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/XMLImport/TrackerArtifactXMLImportArtifactFieldsDataBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/XMLImport/Tracker_Artifact_XMLImport_XMLImportZipArchiveTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/ArtifactNotificationSubscriberTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/ChangesetValueComputedTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/DateFormatterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/DateTimeFormatterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/ProjectAdminPermissionPerGroupPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/ArtifactRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/ArtifactUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/Changeset/ChangesetRepresentationBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/Changeset/Comment/CommentRepresentationBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/UsersArtifactsResourceControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/ArtifactValidatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/ArtifactValuesRepresentionTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/FormElement/PermissionsForGroupsBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/FormElementRepresentationsBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/MovedArtifactValueBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/PermissionsExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/ProjectTrackerReferenceRepresentationTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/ReportArtifactFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Tracker/PermissionsRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/ModeUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/PostActionsRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/SetFieldValueRepresentationTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/TrackerCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/UnsupportedDateValueExceptionTestTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/CIBuildJsonParserTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/FrozenFieldsJsonParserTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/HiddenFieldsetsJsonParserTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/PostActionCollectionJsonParserTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/SetDateValueJsonParserTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/SetFloatValueJsonParserTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/SetIntValueJsonParserTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/TransitionPOSTHandlerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/TransitionPatcherTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/TransitionValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/BeforeMoveArtifactTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/CopyArtifactTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/Move/FeedbackFieldCollectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/MoveContributorSemanticCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/MoveDescriptionSemanticCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/MoveStatusSemanticCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/MoveTitleSemanticCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_CreateArtifactTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_UpdateArtifactTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/ActionButton/ArtifactMoveButtonPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Admin/ArtifactLinksUsageDuplicatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Admin/GlobalAdmin/GlobalAdminPermissionsCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Admin/GlobalAdmin/Trackers/MarkTrackerAsDeletedControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Admin/GlobalAdmin/Trackers/PromoteTrackersControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Admin/GlobalAdmin/Trackers/TrackersDisplayPresenterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Admin/HeaderPresenterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Admin/TrackerGeneralSettingsCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactDescriptionProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/ArchiveAndDeleteArtifactTaskTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/ArtifactFilesDeletorVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/AsynchronousArtifactsDeletionActionsRunnerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Attachment/TemporaryFileManagerAppendChunkTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Attachment/TemporaryFileManagerGetDiskUsageTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Attachment/TemporaryFileManagerPurgeTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Attachment/TemporaryFileManagerSaveTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/CanSubmitNewArtifactTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/ArtifactChangesetSaverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/ChangesetFromXmlDisplayerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/CommentPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/PrivateComment/CachingTrackerPrivateCommentInformationRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/PrivateComment/PermissionCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/PrivateComment/TrackerPrivateCommentInformationRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/PrivateComment/TrackerPrivateCommentUGroupPermissionRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/PrivateComment/XMLImport/TrackerPrivateCommentUGroupExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/FieldsToBeSavedInSpecificOrderRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/ActionsRunnerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/AsynchronousActionsRunnerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTaskTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/NotifierCustomSenderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/WebhookNotificationTaskTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/TextDiff/ChangesetsForDiffRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/TextDiff/DiffProcessorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/TextDiff/TextDiffRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Tracker_Artifact_Changeset_IncomingMailGoldenRetrieverTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLinkDiffTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/CrossReference/CrossReferenceArtifactOrganizerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Event/ArtifactDeletedTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/ExistingArtifactSourceIdFromTrackerExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/LatestHeartbeatsCollectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/CitationStripperTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/IncomingMailTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/MailGatewayBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/MailGatewayFilterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/MailGatewayInsecureTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/MailGatewayTokenTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/RecipientFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Presenter/FollowUpCommentsPresenterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/RecentlyVisited/VisitCleanerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/RecentlyVisited/VisitRecorderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/RecentlyVisited/VisitRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/RedirectTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Renderer/ListPickerIncluderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/RichTextareaProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/TrackerArtifactCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactNodeTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_ChangesetValue_TextTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_Changeset_NewChangesetCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_PriorityManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/XMLArtifactSourcePlatformExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLinkTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachmentTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyComputedTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyListTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/XmlImportTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Chart/Data/BurndownTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/DefaultTemplatesCollectionBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/DefaultTemplatesCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/AsyncJiraSchedulerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/AsynchronousJiraRunnerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/ClientWrapperBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/ClientWrapperTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/FromJiraTrackerCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/AlwaysThereFieldsExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Attachment/AttachmentDownloaderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Attachment/AttachmentTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Attachment/AttachmentXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/ChangelogEntryItemsRepresentationTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/ChangelogEntryValueRepresentationTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/CreationStateListValueFormatterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/ListFieldChangeInitialValueRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Comment/CommentTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Comment/CommentXMLValueEnhancerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/ChangelogSnapshotBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/CurrentSnapshotBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/InitialSnapshotBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/IssueSnapshotCollectionBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Permissions/PermissionsXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportAllIssuesExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportCreatedRecentlyExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportDefaultCriteriaExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportDoneIssuesExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportOpenIssuesExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportTableExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportUpdatedRecentlyExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Semantic/SemanticsXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/ContainersXMLCollectionBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/FieldXmlExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/JiraFieldRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/JiraToTuleapFieldTypeMapperTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/StoryPointFieldExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/User/JiraAuthorRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/User/JiraTuleapUsersMappingTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Values/StatusValuesCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraProjectBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraProjectListControllerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraRunnerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraTrackerBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraTrackersListControllerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/PendingJiraImportBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/PendingJiraImportCleanerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/OngoingCreationFeedbackNotifierTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/PostCreationProcessorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationBreadCrumbsBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationDataCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationPermissionCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationSettingsBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreatorXmlErrorPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/DateReminder/Tracker_DateReminderManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/AdminTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/AdminVisitorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/ArtifactLinkValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/BurndownCalculatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/ChartCachedDaysComparatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/ChartConfigurationFieldRetriverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/ChartConfigurationValueCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/ChartConfigurationValueRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/ChartMessageFetcherTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Container/FieldsExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Container/Fieldset/HiddenFieldsetCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Container/Fieldset/XML/XMLFieldsetTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkUpdaterDataFormaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/GetFieldDataTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/Nature/NaturePresenterFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/Nature/NatureValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ParentLinkActionTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/PostSaveNewChangesetTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ProcessChildrenTriggersCommandTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/RequestDataAugmentorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownCacheDateRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownCacheGenerationCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForLegacyTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForRESTTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownRemainingEffortAdderForLegacyTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownRemainingEffortAdderForRESTTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Date/CSVFormatterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Date/XML/XMLDateFieldTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Date/XML/XMLDateValueTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/AttachmentControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/AttachmentForRestCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/AttachmentForTraditionalUploadCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/AttachmentForTusUploadCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/AttachmentToFinalPlaceMoverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/ChangesetValueFileSaverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/CreatedFileURLMappingTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/FieldDataFromRESTBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/FileInfoForTusUploadedFileReadyToBeAttachedProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/FileURLSubstitutorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/IdForXMLImportExportConvertorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/TrackerFormElementFieldFileTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/EmptyFileToUploadFinisherTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/FileToUploadCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/FileToUploadTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/FileUploadCleanerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/Tus/FileBeingUploadedInformationProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/Tus/FileUploadCancelerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/Tus/FileUploadFinisherTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/UploadPathAllocatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/FloatingPointNumber/ChangesCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Integer/ChangesCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BindDecoratorExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BindDecoratorRetrieverTest.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BindListUserValueGetterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BindStaticXmlExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BoundDecoratorEditorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BoundDecoratorSaverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/FieldValueMatcherTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/ItemsDataset/ItemsDatasetBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/XML/XMLSelectBoxFieldTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Numeric/Tracker_FormElement_Field_NumericTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/PermissionsOnArtifact/ChangesCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/PermissionsOnArtifact/Tracker_FormElement_Field_PermissionsOnArtifactTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/String/TrackerFormElementFieldStringChangesTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/String/TrackerFormElementFieldStringRESTTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/String/TrackerFormElementFieldStringTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/FieldCalculatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/FieldNameFormatterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/FormElementTypeUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/PermissionsOnArtifactUGroupRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/PermissionsOnArtifactValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementExportPermissionsToXmlTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementJsonTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementUserPermissionsTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_Artifact_getArtifactLinks_Test.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLinkTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_BurndownTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_CheckboxTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ComputedTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_CriteriaTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_DateTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_IntegerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDateTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ListTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ListTypes_GetDefaultValueTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_BindTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_BindValueTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValueTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsValueTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValueTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_CriteriaTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_OpenValueTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectboxTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_OpenListTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_RadiobuttonTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_SelectboxTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOnTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_TextTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Line_BreakTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_SeparatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/View/Admin/Field/ListFields/BindValuesAdderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/View/Reference/CrossReferenceFieldPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/XML/XMLFormElementImplTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElementListValueAdminViewPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/GetTrackersQueryCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/ControllerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchicalTrackerFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchicalTrackerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchyControllerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchyFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchyTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/PresenterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/TrackerHierarchyFactoryGetAllAncestorsTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/TrackerHierarchyFactoryGetParentArtifactTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/TrackerHierarchyFactoryGetParentTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Import/SpotterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Masschange/MasschangeUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/MasschangeDataValueExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Migration/MigrationLoggerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/NewDropdown/TrackerInNewDropdownRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/NewDropdown/TrackerLinksInNewDropdownCollectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/NewDropdown/TrackerNewDropdownLinkPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Notifications/CollectionOfUserInvolvedInNotificationPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Notifications/ConfigNotificationEmailCustomSenderFormatterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Notifications/GlobalNotificationSubscribersFilterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Notifications/GlobalNotificationsEmailRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Notifications/NotificationLevelExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Notifications/NotificationsForProjectMemberCleanerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Notifications/RecipientsManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Notifications/Settings/UserNotificationSettingsTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Permission/PermissionCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Permission/PermissionManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Permission/PermissionRequestTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Permission/PermissionSerializerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Permission/PermissionsOnFieldsTests.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionChecker_SubmitterOnlyAndAdminTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionChecker_SubmitterOnlyTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionManager_AnonymousWithFullAccessTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionManager_CheckRequestValidityTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionManager_RegisteredWithFullAccessTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Reference/ReferenceCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/AdditionalCriteria/CommentCriterionValueSaverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/CSVExport/CSVFieldUsageCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/Grammar/ParserTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/DateFieldCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/DateTimeFieldCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindStaticTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindUgroupsTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindUsersTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidSearchablesCollectorVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/QueryBuilder/DateTimeValueRounderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/QueryBuilder/EqualExpectation/ForTextTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/QueryBuilderVisitorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/SizeValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/UgroupLabelConverterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/CommentFromWhereBuilderFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/ResultJoinerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/TrackerReportExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/TrackerReportRESTGetTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/TrackerReportRendererTableTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Tracker_ReportFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Tracker_Report_RESTTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Tracker_Report_Renderer_TableTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/XML/XMLReportCriterionTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/Date/Tracker_Rule_Date_DateTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/Date/Tracker_Rule_Date_FactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/List/ListTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/List/Tracker_Rule_List_FactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesDateValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesListValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerForbiddenTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerImportXMLTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerIsUsedInFieldDependencyTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerValidationTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/Tracker_RuleFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/Tracker_Rule_ValueTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/Tracker_Rule_Value_ViewTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Description/Tracker_Semantic_DescriptionTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/Administration/SemanticProgressAdminPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/Events/GetSemanticProgressUsageTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/InvalidMethodTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodBasedOnEffortTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodBasedOnLinksCountTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodNotConfiguredTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/SemanticProgressBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/SemanticProgressDuplicatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/SemanticProgressFromXMLBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusValueForChangesetProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusValueProviderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusValueRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Status/Tracker_Semantic_StatusFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Status/Tracker_Semantic_StatusTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/ArtifactTimeframeHelperTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeDuplicatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeSaverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeUpdatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Title/Tracker_Semantic_TitleFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Title/Tracker_Semantic_TitleTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Tooltip/Tracker_TooltipFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/TrackerSemanticCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/TrackerSemanticContributorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Tracker_SemanticFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Tracker_Semantic_ContributorFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Service/ServiceActivatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerColorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerFactoryDuplicationTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerFactoryPossibleChildrenTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerPermissionsTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerXMLFieldMappingFromExistingTrackerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerXmlImportArtifactLinkV2ActivationTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerXmlImportTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Tracker_ArtifactByEmailStatusTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Tracker_ArtifactFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Tracker_ArtifactFactory_GetChildrenTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Tracker_Artifact_ChangesetValue_OpenListTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Tracker_Artifact_ChavesetValue_ListTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Tracker_CannedResponseFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Tracker_ReferenceManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Tracker_URLTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Tracker_UgroupMappingBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Webhook/ArtifactPayloadBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Webhook/WebhookFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Webhook/WebhookXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Widget/ProjectRendererWidgetXMLImporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/FrozenFields/FrozenFieldDetectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/FrozenFields/FrozenFieldsFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/FrozenFields/FrozenFieldsRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/FrozenFields/FrozenFieldsTests.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsDetectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/CIBuildRepositoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/CIBuildUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/CIBuildValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/FrozenFieldsUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/FrozenFieldsValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/HiddenFieldsetsValueUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/HiddenFieldsetsValueValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/PostActionFieldIdValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/PostActionsMapperTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueRepositoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueRepositoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueRepositoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueValidatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/PostActionCollectionUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/SimpleWorkflowXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/State/TransitionCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/State/TransitionExtractorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/State/TransitionRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/State/TransitionUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/TransitionReplicatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/Transition/Condition/CommentNotEmpty/CommentNotEmptyFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/Transition/Condition/CommentNotEmptyTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/Transition/Condition/PermissionsTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/TransitionFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/Trigger/Rules/WorkflowTriggerRulesProcessorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/WorkflowBackendLoggerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/WorkflowFactoryTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/WorkflowRulesManagerLoopSafeGuardTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/WorkflowRulesManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/WorkflowUpdateCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/ArtifactAttachmentExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/ChangesetValueComputedXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/ChangesetValuePermissionsOnArtifactXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/ChangesetValueXMLExporterVisitorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/ExternalExporterCollectorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueArtifactLinkXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueFileXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueIntegerXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueListXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueOpenListXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueTextXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeArtifactLinksBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeDateBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeFileBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeFloatBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeListBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeStringBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeTextBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/TrackerXmlExportTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ArtifactXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChangesetValuesXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChangesetXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChildrenXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Importer/ImportedChangesetMappingTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Importer/Tracker_XML_Importer_CopyArtifactInformationsAggregatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/TrackerExportToXmlTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Tracker_XML_Exporter_ChildrenCollectorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/FieldChangeComputedXMLUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/Tracker_XML_Updater_FieldChange_FieldChangeDateXMLUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/Tracker_XML_Updater_FieldChange_FieldChangeIntegerXMLUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/Tracker_XML_Updater_FieldChange_FieldChangeListXMLUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/Tracker_XML_Updater_FieldChange_FieldChangePermissionsOnArtifactXMLUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Updater/MoveChangesetXMLUpdaterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Updater/Tracker_XML_Updater_ChangesetXMLUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Updater/Tracker_XML_Updater_TemporaryFileCreatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Updater/Tracker_XML_Updater_TemporaryFileXMLUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/XMLTrackerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/TrackerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/TrackerXmlFieldsMapping_InSamePlatformTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_Artifact_ChangesetJsonFormatterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_Artifact_ChangesetTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_Artifact_ChangesetValue_ArtifactLinkTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_Artifact_ChangesetValue_DateTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_Artifact_ChangesetValue_IntegerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_Artifact_ChangesetValue_StringTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_Artifact_Changeset_CommentTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_FileInfoTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_FormElementFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_FormElement_FieldTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_Report_SessionTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/TreeNode/CardPresenterNodeTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Action/Rules/Tracker_Workflow_Action_Rules_EditRulesTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuildTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/PostAction/Field/Transition_PostAction_FieldFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/PostAction/Field/Transition_PostAction_Field_DateTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/PostAction/Field/Transition_PostAction_Field_FloatTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/PostAction/Field/Transition_PostAction_Field_IntTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/PostAction/Transition_PostActionFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Transition/Condition/FieldNotEmpty/Workflow_Transition_Condition_FieldNotEmpty_FactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Transition/Condition/FieldNotEmptyTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Transition/Condition/Permissions/Workflow_Transition_Condition_Permissions_FactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Transition/TransitionRetrieverTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Transition/Workflow_Transition_ConditionFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/TransitionFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/TransitionTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Trigger/Strategy/Tracker_Workflow_Trigger_RulesProcessor_AllOfStrategyTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Trigger/Strategy/Tracker_Workflow_Trigger_RulesProcessor_AtLeastOneStrategyTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesBuilderDataTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesBuilderFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesProcessor_GeneralTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_TriggerValidatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/WorkflowFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/WorkflowTest.php | +1 | −1 | Go to diff View file |
M | plugins/userlog/tests/unit/UserlogAccessTest.php | +1 | −2 | Go to diff View file |
M | plugins/velocity/tests/unit/Velocity/JiraImporter/AddVelocityToScrumTemplateTest.php | +1 | −2 | Go to diff View file |
M | plugins/velocity/tests/unit/Velocity/Semantic/BacklogRequiredTrackerCollectionTest.php | +1 | −2 | Go to diff View file |
M | plugins/velocity/tests/unit/Velocity/Semantic/VelocitySemanticCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/velocity/tests/unit/Velocity/VelocityCalculatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/velocity/tests/unit/Velocity/VelocityComputationCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/velocity/tests/unit/Velocity/VelocityPluginComputationTest.php | +1 | −1 | Go to diff View file |
M | plugins/velocity/tests/unit/Velocity/VelocityRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVAuthenticationTest.php | +1 | −2 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVDocmanFileTest.php | +1 | −2 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVDocmanFolderTest.php | +1 | −2 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVFRSFileTest.php | +1 | −2 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVFRSPackageTest.php | +1 | −2 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVFRSReleaseTest.php | +1 | −2 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVFRSTest.php | +1 | −2 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVProjectTest.php | +1 | −2 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVRootTest.php | +1 | −2 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVTreeTest.php | +1 | −2 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVUtilsTest.php | +1 | −2 | Go to diff View file |
M | plugins/webdav/tests/unit/WebdavURLVerificationTest.php | +1 | −2 | Go to diff View file |
M | tests/e2e/distlp/tests/SVN/SVNCLITest.php | +1 | −2 | Go to diff View file |
M | tests/integration/tests/Backend/BackendCVSTest.php | +1 | −2 | Go to diff View file |
M | tests/integration/tests/Backend/BackendSVNTest.php | +1 | −2 | Go to diff View file |
M | tests/integration/tests/Backend/BackendSystemTest.php | +1 | −1 | Go to diff View file |
M | tests/integration/tests/DAO/DBTablesDaoLoadKnowDataTest.php | +1 | −2 | Go to diff View file |
M | tests/integration/tests/ProjectCreationTest.php | +1 | −2 | Go to diff View file |
M | tests/integration/tests/Svn/SHA1CollisionDetectorTest.php | +1 | −2 | Go to diff View file |
M | tests/integration/tests/Svn/SvnlookTest.php | +1 | −2 | Go to diff View file |
M | tests/integration/tests/TrackersV3ToV5/DefectTrackerTest.php | +1 | −2 | Go to diff View file |
M | tests/integration/tests/TrackersV3ToV5/TaskTrackerTest.php | +1 | −2 | Go to diff View file |
M | tests/integration/tests/User/AccessKey/AccessKeyDAOTest.php | +1 | −2 | Go to diff View file |
M | tests/integration/tests/User/Password/Reset/LostPasswordDAOTest.php | +1 | −2 | Go to diff View file |
R | tests/lib/PHPUnit/ForceStrictPHPUnitMock.php | Go to diff View file | ||
M | tests/phpcs/non-psr-rules.xml | +9 | −0 | Go to diff View file |
M | tests/rest/composer.json | +2 | −1 | Go to diff View file |
M | tests/rest/lib/RestBase.php | +1 | −2 | Go to diff View file |
M | tests/soap/composer.json | +4 | −1 | Go to diff View file |
M | tests/soap/lib/SOAPBase.php | +1 | −1 | Go to diff View file |
M | tests/unit/Tuleap/DAO/DBTablesDaoTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/Tuleap/Markdown/AutolinkExtensionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/Tuleap/Markdown/BlockRenderer/EnhancedCodeBlockRendererTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/Tuleap/Markdown/TableTLPExtensionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/Tuleap/User/Profile/ForceRegenerationDefaultAvatarCommandTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Admin/HelpDropdown/AdminReleaseNoteLinkControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Admin/HelpDropdown/PostAdminReleaseNoteLinkControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Admin/ProjectCreation/ProjectVisibility/ProjectVisibilityConfigManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Admin/RejectNonSiteAdministratorMiddlewareTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Admin/SiteAdministrationAddOptionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Admin/SiteAdministrationPluginOptionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Authentication/Scope/AggregateAuthenticationScopeBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Authentication/Scope/AuthenticationScopeBuilderFromClassNamesTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Authentication/Scope/AuthenticationScopeTestCase.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Authentication/SplitToken/PrefixedSplitTokenSerializerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Authentication/SplitToken/SplitTokenVerificationStringHasherTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Authentication/SplitToken/SplitTokenVerificationStringTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Backend/BackendAliasesTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Backend/BackendLoggerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Backend/BackendMailingListTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Backend/BackendSVNTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Backend/BackendTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Backend/FileExtensionFilterIteratorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/BrowserDetection/BrowserDeprecationMessageTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/BrowserDetection/DetectedBrowserTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/BuildVersion/FlavorFinderFromFilePresenceTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/BuildVersion/VersionPresenterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/CLI/CLICommandsCollectorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/CLI/DelayExecution/ConditionalTuleapCronEnvExecutionDelayerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/CLI/DelayExecution/ExecutionDelayedLauncherTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/CLI/DelayExecution/ExecutionDelayerRandomizedSleepTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/CLI/Events/GetWhitelistedKeysTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Chart/ChartTest.php | +2 | −3 | Go to diff View file |
M | tests/unit/common/Collection/CollectionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Collection/LinkedListTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Collection/MapTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Collection/PrioritizedListTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Config/ForgeConfigTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/ContentSecurityPolicy/CSPViolationReportToControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Cryptography/Asymmetric/AsymmetricCryptoTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Cryptography/Asymmetric/SignaturePublicKeyTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Cryptography/Asymmetric/SignatureSecretKeyTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Cryptography/ConcealedStringTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Cryptography/KeyFactoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Cryptography/KeyTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Cryptography/Symmetric/EncryptionKeyTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Cryptography/Symmetric/SymmetricCryptoTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/DB/DBConnectionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/DB/DBFactoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/DB/DBTransactionExecutorWithConnectionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/DB/DataAccessObjectTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Dashboard/AssetsIncluderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Dashboard/DashboardTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Dashboard/Project/DisabledProjectWidgetsCheckerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Dashboard/Project/ProjectDashboardDuplicatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Dashboard/Project/ProjectDashboardRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Dashboard/Project/ProjectDashboardSaverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Dashboard/Project/ProjectDashboardXMLImporterBase.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Dashboard/User/UserDashboardRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Dashboard/User/UserDashboardSaverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Dashboard/Widget/WidgetDeletorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Dashboard/Widget/WidgetReorderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Dashboard/Widget/WidgetRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Date/TlpRelativeDatePresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/CorrectRepositoryPermissions/CorrectFrsRepositoryPermissionsCommandTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/Events/GetReleaseNotesLinkTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/FRSFileDownloadControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/FRSFileDownloadOldURLRedirectionControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/FRSFileFactoryTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/FRS/FRSFileTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/FRS/FRSPackageFactoryTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/FRS/FRSPackagePermissionManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/FRSPackageTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/FRS/FRSPermissionManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/FRSReleaseFactoryTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/FRS/FRSReleasePermissionManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/FRSReleaseTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/FRS/FRSXMLImporterTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/FRS/LicenseAgreement/Admin/AddLicenseAgreementControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/LicenseAgreement/Admin/EditLicenseAgreementControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/LicenseAgreement/Admin/LicenseAgreementControllersHelperTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/LicenseAgreement/Admin/ListLicenseAgreementsControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/LicenseAgreement/Admin/SaveLicenseAgreementControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/LicenseAgreement/Admin/SetDefaultLicenseAgreementControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/LicenseAgreement/LicenseAgreementDisplayTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/LicenseAgreement/LicenseAgreementFactoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/PaneCollectorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/FRS/PermissionsPerGroup/PackagePermissionPerGroupRepresentationBuilderTest.php | +4 | −5 | Go to diff View file |
M | tests/unit/common/FRS/PermissionsPerGroup/PermissionPerTypeExtractorTest.php | +3 | −6 | Go to diff View file |
M | tests/unit/common/FRS/UploadedLinksRequestFormatterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/ForgeAccess/ForgeAccessTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/ForgeAccess/ForgePropertiesManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Forum/ForumRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Glyph/GlyphFinderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Glyph/GlyphLocationTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Glyph/GlyphLocationsCollectorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/HelpDropdown/HelpDropdownPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/HelpDropdown/ReleaseNoteManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/HelpDropdown/VersionNumberExtractorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Http/Client/BasicAuthTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Http/Response/BinaryFileResponseBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Http/Response/JSONResponseBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Http/Response/RedirectWithFeedbackFactoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Http/Response/Stream/CallbackNoBufferStreamTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Http/Server/Authentication/BasicAuthLoginExtractorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Http/Server/DisableCacheMiddlewareTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Http/Server/MiddlewareDispatcherTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Http/Server/RejectNonHTTPSRequestMiddlewareTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Http/Server/RequestHandlerAsMiddlewareTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Http/Server/ServiceInstrumentationMiddlewareTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Include/CookieManagerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Include/HTTPRequest/HTTPRequestGetServerURLTests.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Include/HTTPRequest/HTTPRequestTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Include/InstanceBaseURLBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Include/JSONHeaderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Include/SiteCacheTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Include/TimezoneRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Include/TmpWatchTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Include/URLTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Include/URLVerificationFactoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Include/URLVerification_AssertValidUrlTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Include/UrlVerification/URLVerificationExpiredPasswordTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Include/UrlVerification/URLVerificationPermissionsOverriderAnonymousPlatformTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Include/UrlVerification/URLVerificationPermissionsOverriderRegularPlatformTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Include/UrlVerification/URLVerificationPermissionsOverriderRestrictedPlatformTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Include/UrlVerification/URLVerificationRedirectionTests.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Include/UrlVerification/URLVerificationTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Include/UrlVerification/URLVerificationWithAnonymousTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/InviteBuddy/AccountCreationFeedbackTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/InviteBuddy/Admin/InviteBuddyAdminControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/InviteBuddy/Admin/InviteBuddyAdminUpdateControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/InviteBuddy/InvitationLimitCheckerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/InviteBuddy/InvitationSenderGateKeeperTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/InviteBuddy/InvitationSenderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/InviteBuddy/InviteBuddyConfigurationTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/JWT/JWKS/PKCS1FormatTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/JWT/generators/JWTGeneratorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Jenkins/JenkinsCSRFCrumbRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Jenkins/JenkinsClientTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Label/REST/LabelsUpdaterTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Layout/CssAssetCollectionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Layout/Feedback/FeedbackSerializerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Layout/IncludeAssetsTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Layout/JavascriptAssetTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Layout/ThemeVariationTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Markdown/CommonMarkInterpreterControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Markdown/EnhancedCodeBlockExtensionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Password/Administration/PasswordPolicyDisplayControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Password/HaveIBeenPwned/PwnedPasswordCheckerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Password/HaveIBeenPwned/PwnedPasswordRangeRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Password/PasswordCompromiseValidatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Platform/Banner/BannerCreatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Platform/Banner/BannerDisplayTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Platform/Banner/BannerRemoverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Platform/Banner/BannerRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Platform/Banner/PlatformBannerAdministrationControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Plugin/PluginDependencySolverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Plugin/PluginFactoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Plugin/PluginInfoTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Plugin/PluginLegacyControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Plugin/PluginLoaderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Plugin/PluginManagerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Plugin/PluginTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/Categories/IndexControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/Categories/ProjectCategoriesUpdaterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/Categories/UpdateControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/DescriptionFields/DescriptionFieldAdminPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/DescriptionFields/FieldUpdatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/PermissionsPerGroup/PermissionPerGroupBuilderTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Project/Admin/ProjectCreation/ProjectsFieldDescriptionUpdaterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/ProjectEditControllerTests.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/ProjectMembers/ProjectMembersControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/ProjectUGroup/Details/MembersPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/ProjectUGroup/MemberAdditionControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/ProjectUGroup/MemberRemovalControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/ProjectUGroup/ProjectImportCleanupUserCreatorFromAdministratorsTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/ProjectUGroup/SynchronizedProjectMembership/ActivationControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/ProjectUGroup/UGroupListPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/ProjectVisibilityOptionsForPresenterGeneratorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/RestrictedUsersProjectCounterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/Routing/AdministrationLayoutHelperTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/Routing/ProjectAdministratorCheckerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/Routing/RejectNonProjectAdministratorMiddlewareTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/Service/ProjectServiceActivatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Banner/BannerAdministrationControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Banner/BannerDisplayTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Banner/BannerPermissionsCheckerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Banner/BannerRemoverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Banner/BannerRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/DefaultProjectVisibilityRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/DelegatedUserAccessForProjectTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/HeartbeatsEntryCollectionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Hierarchy/HierarchyManagerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Project/MappingRegistryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectAccessCheckerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectBackground/ProjectBackgroundConfigurationTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectBackground/ProjectBackgroundNameTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectBackground/ProjectBackgroundPermissionsCheckerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectBackground/ProjectBackgroundRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectBackground/ProjectBackgroundUpdaterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectBackground/UserCanModifyProjectBackgroundPermissionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectCreationDataServiceFromXmlInheritorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectCreationDataTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectCreatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectDetails/ProjectDetailsControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectManagerGetValidProjectTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Project/ProjectXMLExporterWithSynchronizedUGroupsTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/ProjectXMLImporterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/REST/GetProjectsQueryCheckerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/REST/ProjectCreationNotifierTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/REST/ProjectStatusVerificatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/REST/UserGroupQueryParameterParserTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/REST/UserGroupRepresentationTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/REST/UserRESTReferenceRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/REST/v1/HeaderBackgroundRepresentationTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/REST/v1/RestProjectCreatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/REST/v1/ServiceRepresentationCollectionBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Registration/ProjectRegistrationPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Registration/ProjectRegistrationUserPermissionCheckerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Registration/Template/TemplateFactoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Registration/Template/TemplateFromProjectForCreationTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Routing/ProjectRetrieverMiddlewareTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/SOAPServerGenericUserTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/SOAPServerProjectDescriptionFieldsTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/SOAPServerProjectServicesUsageTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/SOAPServerRequesterShouldBeProjectAdmin.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/SOAPServerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Service/AddControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Service/DeleteControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Service/EditControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Service/IndexControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Service/ServicePOSTDataBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroupBindingTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroupGetMembersTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroupGetUsersTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroupGetsNameTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroupLiteralizerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroupManagerGetUGroupTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroupManagerGetUGroupWithMembersTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroupManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroupManagerUpdateUgroupBindingDaoTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroupManagerUpdateUgroupBindingEventTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroupRemoveUserTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroupRetrieverWithLegacyTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroupSourceInitializationTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroups/Binding/BoundUGroupRefresherTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroups/Binding/RecursiveBoundUGroupsRefresherTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroups/Membership/DynamicUGroups/AddProjectMemberTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroups/Membership/DynamicUGroups/ProjectMemberAdderWithStatusCheckAndNotificationsTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroups/Membership/DynamicUGroups/ProjectMemberAdderWithoutStatusCheckAndNotificationsTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroups/Membership/MemberAdderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroups/Membership/MemberRemoverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroups/Membership/MembershipUpdateVerifierTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroups/SynchronizedProjectMembershipDetectorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroups/SynchronizedProjectMembershipDuplicatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UGroups/SynchronizedProjectMembershipProjectVisibilityTogglerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UgroupDuplicatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/UserRemoverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Webhook/Log/StatusRetrieverTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Project/Webhook/Log/StatusTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Project/Webhook/ProjectCreatedPayloadTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/Webhook/RetrieverTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Project/Webhook/WebhookTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Project/Webhook/WebhookUpdaterTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Project/XML/ConsistencyCheckerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/XML/Import/ExternalFieldsExtractorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Project/XML/Import/ZipArchiveTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Project/XML/ServiceEnableForXmlImportRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Queue/Redis/BackOffDelayFailedMessageTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Queue/Redis/RedisEventMessageForPersistentQueueTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Queue/TaskWorker/TaskWorkerProcessCommandTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Queue/WorkerAvailabilityTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/REST/AccessKeyHeaderExtractorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/REST/GateKeeperTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/REST/JsonCastTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/REST/QueryParameterParserTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/REST/RESTAuthenticationFlowIsAllowedTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/REST/RESTCurrentUserMiddlewareTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/REST/RestlerFactoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/REST/Specification/Swagger/SwaggerJsonSecurityDefinitionsCollectionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/REST/TokenManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/REST/TuleapRESTCORSMiddlewareTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/RSS/FeedHTTPClientTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/RealTime/NodeJSClientTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Redis/RedisInitializerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/AdditionalBadgePresenterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/ByNature/ConcurrentVersionsSystem/CrossReferenceCvsOrganizerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/ByNature/CrossReferenceByNatureInCoreOrganizerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/ByNature/FRS/CrossReferenceFRSOrganizerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/ByNature/Forum/CrossReferenceForumOrganizerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/ByNature/News/CrossReferenceNewsOrganizerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/ByNature/Wiki/CrossReferenceWikiOrganizerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/CrossReferenceByDirectionPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/CrossReferenceByDirectionPresenterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/CrossReferenceByNatureOrganizerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/CrossReferenceNaturePresenterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/CrossReferencePresenterFactoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/CrossReferencePresenterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/CrossReferenceSectionPresenterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/Presenters/CrossReferenceByNaturePresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/Presenters/CrossReferenceLinkPresenterCollectionBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/ReferenceDescriptionTranslationTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/ReferenceManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/ReferenceTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/ReferenceValidatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Reference/TitleBadgePresenterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Request/CurrentPageTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Request/DispatchablePSR15CompatibleTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Request/ForbiddenExceptionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Request/FrontRouterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Request/HeaderAcceptReaderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Request/NotFoundExceptionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Request/ProjectRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SOAP/SOAPRequestValidatorImplementationTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SOAP/SOAP_RequestLimitatorTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/SOAP/SOAP_WSDLMethodGeneratorTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Sanitizer/URISanitizerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SystemEvent/SystemEventManagerGetTypesForQueueTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SystemEvent/SystemEventManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SystemEvent/SystemEventPROJECTISPRIVATETest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SystemEvent/SystemEventProcessManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SystemEvent/SystemEventProcessorMutexTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SystemEvent/SystemEventProcessorRootTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SystemEvent/SystemEventTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SystemEvent/SystemEventUserActiveStatusChangeTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SystemEvent/include/SystemEvent_COMPUTE_MD5SUMTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SystemEvent/include/SystemEvent_PROJECT_DELETE_Test.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SystemEvent/include/SystemEvent_PROJECT_RENAME_Test.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SystemEvent/include/SystemEvent_UGROUP_MODIFYRenameTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SystemEvent/include/SystemEvent_UGROUP_MODIFY_Test.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/SystemEvent/include/SystemEvent_USER_RENAME_Test.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Templating/Mustache/DomainExtractorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Templating/Mustache/GettextCollectorTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Templating/Mustache/GettextExtractorTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Templating/Mustache/GettextHelperTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Templating/Mustache/LineBreakHelperTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Templating/Mustache/MustacheEngineTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Tracker/XML/Exporter/FileInfoXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/TreeNode/GetStateVisitorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/TreeNode/InjectPaddingInTreeNodeVisitorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/TreeNode/InjectSpanPadding.class.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/TreeNode/TreeNodeTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Tus/TusCORSMiddlewareTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Tus/TusRequestMethodOverrideTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Tus/TusServerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/URI/URIModifierTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Upload/FileBeingUploadedLockerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Upload/FileBeingUploadedWriterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Upload/UploadPathAllocatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/AccessKey/AccessKeyCreatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/AccessKey/AccessKeyRevokerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/AccessKey/AccessKeyVerifierTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/AccessKey/HTTPBasicAuth/HTTPBasicAuthUserAccessKeyAuthenticatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/AccessKey/LastAccessKeyIdentifierStoreTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/AccessKey/PrefixAccessKeyTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/AccessKey/REST/UserAccessKeyRepresentationRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/AccessKey/Scope/AccessKeyScopeBuilderCollectorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/AccessKey/Scope/AccessKeyScopeIdentifierTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/AccessKey/Scope/AccessKeyScopeRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/AccessKey/Scope/AccessKeyScopeSaverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/AccessKey/Scope/CoreAccessKeyScopeBuilderFactoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/Appearance/LanguagePresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/Appearance/ThemeColorPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/DisplayAccountInformationControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/DisplayAppearanceControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/DisplayEditionControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/DisplayKeysTokensControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/DisplaySecurityControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/EditionPresenterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/PasswordPreUpdateEventTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/UpdateAccountInformationControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/UpdateAppearancePreferencesTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/UpdateEditionControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/UpdateNotificationsControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/UpdatePasswordControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/UpdateSessionPreferencesControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/UserAvatarSaverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Account/UserWellKnownChangePasswordControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Admin/RestrictedProjectsUserCounterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Admin/UserStatusBuilderTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/Admin/UserStatusCheckerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/Change/PasswordChangerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/ForgeUserGroupPermission/RESTReadOnlyAdmin/RestReadOnlyAdminUserBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/ForgeUserGroupPermission/SiteAdministratorPermissionCheckerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/GenericUserFactoryTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/History/HistoryCleanerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/History/HistoryRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/OAuth2/AccessToken/OAuth2AccessTokenDoesNotHaveRequiredScopeExceptionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/OAuth2/AccessToken/PrefixOAuth2AccessTokenTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/OAuth2/AccessToken/VerifyOAuth2AccessTokenEventTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/OAuth2/BearerTokenHeaderParserTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/OAuth2/ResourceServer/GrantedAuthorizationTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/OAuth2/ResourceServer/OAuth2ResourceServerMiddlewareTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/OAuth2/Scope/CoreOAuth2ScopeBuilderFactoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/OAuth2/Scope/OAuth2ScopeBuilderCollectorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/OAuth2/Scope/OAuth2ScopeExtractorRESTEndpointTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/OAuth2/Scope/OAuth2ScopeIdentifierTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Password/Reset/CreatorTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/Password/Reset/ResetTokenSerializerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Password/Reset/RevokerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/Password/Reset/VerifierTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/PasswordVerifierTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/Profile/ProfileAsJSONForTooltipControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/RandomNumberGeneratorTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/RequestFromAutocompleterTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/SSHKey/SSHKeyCreateControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/SSHKey/SSHKeyDeleteControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/SVNToken/SVNTokenCreateControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/SVNToken/SVNTokenRevokeControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/SessionManagerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/StandardPasswordHandlerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/SwitchToPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/UserHelperTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/UserImportTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/UserManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/UserSuspensionManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/UserTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/User_ForgeUserGroupFactoryTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/User_ForgeUserGroupManagerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/User_LoginManagerStatusTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/User_LoginManagerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/User_PasswordExpirationCheckerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/User_SOAPServerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/User_SSHKeyDumperTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/UsersTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/User/XML/Import/AlreadyExistingUserTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/XML/Import/EmailDoesNotMatchUserTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/XML/Import/MappingFileOptimusPrimeTransformerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/XML/Import/MappingTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/XML/Import/ReadyToBeImportedUsersCollectionTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/XML/Import/ToBeActivatedUserTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/XML/Import/ToBeCreatedUserTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/XML/Import/ToBeMappedUserTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/XML/Import/UsersToBeImportedCollectionBuilderTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/XML/Import/UsersToBeImportedCollectionTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/XML/Import/WillBeCreatedUserTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/XML/UserXMLExportedCollectionTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/XML/UserXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Webhook/EmitterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Widget/Rule_Widget_OwnerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/Widget/Valid_Widget_OwnerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/dao/SystemEventDaoTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/dao/UserDaoTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/dao/include/DaoTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/date/Admin/RelativeDatesDisplaySaveControllerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/date/DefaultRelativeDatesDisplayPreferenceRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/date/SelectedDateDisplayPreferenceValidatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/date/TimeIntervalTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/date/TimePeriodWithWeekEndTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/date/TimePeriodWithoutWeekEndTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/date/helper/DateHelperDistanceTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/date/helper/DateHelperTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/encoding/SupportedXmlCharEncodingTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/html/HTML_Element_SelectboxTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/html/HTML_TableTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/html/HTML_Table_BootstrapTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/language/BaseLanguageFactoryTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/language/CustomizableContentLoaderTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/language/Gettext/POTEntryCollectionTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/language/Gettext/POTFileDumperTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/language/LanguageTagFormatterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/language/LocaleSwitcherTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/layout/ColorHelperTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/layout/LayoutTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/layout/Logo/CachedCustomizedLogoDetectorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/layout/Logo/CustomizedLogoDetectorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/layout/Logo/FileContentComparatorTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/layout/NewDropdown/CurrentContextSectionToHeaderOptionsInserterTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/layout/NewDropdown/NewDropdownPresenterBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/log/TruncateLevelLoggerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/log/WrapperLoggerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/mail/LogoRetrieverTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/mail/MailBuilderTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/mail/MailFilterTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/mail/MailManagerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/mail/Mail_RecipientListBuilderTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/permission/PermissionsManagerGetAuthorizedUGroupIdsForProjectTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/permission/PermissionsManagerSavePermissionsCommonTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/permission/PermissionsManagerSavePermissionsFeebackOverlapingTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/permission/PermissionsManagerSavePermissionsPlatformForAnonymousProjectPrivateTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/permission/PermissionsManagerSavePermissionsPlatformForAnonymousProjectPublicTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/permission/PermissionsManagerSavePermissionsPlatformForRegularProjectPublicTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/permission/PermissionsManagerSavePermissionsPlatformForRestrictedProjectPublicTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/permission/PermissionsManagerSavePermissionsPlatformForRestrictedProjectUnrestrictedTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/permission/PermissionsManagerSavePermissionsPlatformRegularProjectPrivateTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/permission/PermissionsManagerSavePermissionsSaveDaoTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/permission/PermissionsManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/svn/Event/UpdateProjectAccessFileSystemEventTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/svn/Event/UpdateProjectAccessFilesSchedulerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/svn/PreCommitCommitToTagTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/svn/PreCommitMessageTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/svn/PreCommitSHA1CollisionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/svn/SVNAccessFileTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/svn/SVN_Apache_Auth_FactoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/svn/SVN_Apache_ModPerlTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/svn/SVN_Apache_SvnrootConfTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/svn/SVN_RepositoryListingGetSvnPathTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/svn/SVN_RepositoryListingGetSvnPathWithLogDetailsTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/svn/SVN_SOAPServerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/svn/cache/ParameterRetrieverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/svn/cache/ParameterSaverTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/tracker/ArtifactImportTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/tracker/ArtifactRuleFactoryTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/tracker/ArtifactRuleValueTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/tracker/ArtifactRuleValueViewTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/tracker/ArtifactRulesManagerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/tracker/ArtifactTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/tracker/ArtifactXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/valid/Rule_ArrayTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/Rule_DateTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/Rule_EmailTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/Rule_FRSFileNameTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/Rule_FileTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/Rule_IntTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/Rule_NumericalTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/Rule_ProjectFullNameTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/Rule_ProjectNameIntegrationTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/Rule_ProjectNameTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/Rule_RealNameTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/Rule_RegexpTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/Rule_StringTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/Rule_UserNameIntegrationTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/Rule_UserNameTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/ValidFactoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/ValidHelpersTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/valid/ValidTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/wiki/PermissionsManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/wiki/PermissionsPerGroup/PHPWikiPermissionPerGroupPaneBuilderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/wiki/WikiAttachmentTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/xml/PHPCastTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/xml/ProjectXMLMergerTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/xml/SimpleXMLCDATAFactoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/xml/XMLDateHelperTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/common/xml/XMLImportHelperTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/tests/DB/DBTransactionExecutorPassthroughTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/tests/Network/HTTPHeaderStackTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/tests/Network/HTTPHeaderTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/tests/Network/HTTPResponseFunctionsOverloadTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/tests/PHPUnit/NoMockeryMockInDataProviderExtensionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/tests/Psalm/Plugin/ConcealedString/PreventConcealedStringMisusesTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/tests/Psalm/PsalmCILauncherTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/tests/Psalm/PsalmCommandLauncherWithIgnoreDirectoryTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/tests/Psalm/PsalmIgnoreGitExcludedTuleapPluginsTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/tests/Psalm/ShellPassthroughUsingPassthruFunctionTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/tuleap-cfg/Command/ConfigureCommandTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/tuleap-cfg/Command/SetupMysqlInitCommandAzureTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/tuleap-cfg/Command/SetupMysqlInitCommandTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/tuleap-cfg/Command/SiteDeploy/SiteDeployFPMTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/tuleap-cfg/Command/SystemControlCommandDockerCentos7Test.php | +1 | −2 | Go to diff View file |
M | tests/unit/tuleap-cfg/Command/SystemControlCommandTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/www/include/ServiceCreateServiceTest.php | +1 | −2 | Go to diff View file |
M | tests/unit/www/include/UtilsHTTPTest.php | +1 | −2 | Go to diff View file |