stable
Clone or download
part of request #17148 Tracker move to PSR4 😱 No functional change. Unit tests should pass. Notes: Changed the limit to switch between "running only on modified files" and "running on the whole codebase" from 1000 modified files to 17266 characters. It seems this patch hits a limit of character count when passing the list of 900+ modified file paths to the docker command to run PHPCS. The limit does not evoke a power of two, but was guessed based on where the Jenkins log started cutting off the list of files. Some stubs were actually dead code and have been removed. The baseline has been updated in place, this commit does not attempt to fix Psalm issues. The files are moved in accordance with ADR-0030 PHP folder structure for plugins. require_once calls to bootstrap.php have been removed (they are not needed by PHPUnit). Change-Id: If2acb8b94b4ea1758687fd7528e1b10018cc9663
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/composer.json | +1 | −2 | Go to diff View file |
R | plugins/tracker/tests/unit/Tracker/Action/AreListFieldsCompatibleVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/AreTherePermissionsToMigrateVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/CanPermissionsBeFullyMovedVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/CanStaticFieldValuesBeFullyMovedVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/CanUserFieldValuesBeFullyMovedVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/CanUserGroupValuesBeFullyMovedVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/CollectMovableExternalFieldEventTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/CopyArtifactTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/DryRunDuckTypingFieldCollectorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/DuckTypedMoveArtifactLinksMappingBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/ExternalFieldsHaveSameTypeVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/FieldCanBeEasilyMigratedVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/FieldIsExternalVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/IsPermissionsOnArtifactFieldVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/IsUserGroupListFieldVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/MegaMoverArtifactByDuckTypingTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/OpenListFieldVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/OpenListFieldsCompatibilityVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/StaticListFieldVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_CreateArtifactTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_UpdateArtifactTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/UserGroupOpenListFieldVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/UserListFieldVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Admin/ArtifactDeletion/ArtifactsConfirmDeletionInTrackerAdminUrlBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Admin/ArtifactDeletion/ArtifactsDeletionConfigTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Admin/ArtifactDeletion/ArtifactsDeletionInTrackerAdminControllerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Admin/ArtifactDeletion/ArtifactsDeletionInTrackerAdminPresenterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Admin/ArtifactDeletion/ArtifactsDeletionInTrackerAdminUrlBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Admin/ArtifactLinksUsageDuplicatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Admin/GlobalAdmin/GlobalAdminPermissionsCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Admin/GlobalAdmin/Trackers/MarkTrackerAsDeletedControllerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Admin/GlobalAdmin/Trackers/PromoteTrackersControllerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Admin/GlobalAdmin/Trackers/TrackersDisplayPresenterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Admin/HeaderPresenterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Admin/MoveArtifacts/MoveActionAllowedCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Admin/TrackerGeneralSettingsCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/ActionButton/ArtifactMoveButtonPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactDescriptionProviderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/ArchiveAndDeleteArtifactTaskTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletionLimitRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/ArtifactDependenciesDeletorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/ArtifactFilesDeletorVisitorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/AsynchronousArtifactsDeletionActionsRunnerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/PostArtifactDeletionCleanerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/PostArtifactMoveReferencesCleanerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Attachment/TemporaryFileManagerAppendChunkTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Attachment/TemporaryFileManagerGetDiskUsageTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Attachment/TemporaryFileManagerPurgeTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Attachment/TemporaryFileManagerSaveTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/CanSubmitNewArtifactTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/ArtifactChangesetSaverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/ChangesetFromXmlDisplayerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/CommentCreationTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/CommentCreatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/CommentFormatIdentifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/CommentPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/NewCommentTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/PrivateComment/CachingTrackerPrivateCommentInformationRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/PrivateComment/PermissionCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/PrivateComment/TrackerPrivateCommentInformationRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/PrivateComment/TrackerPrivateCommentUGroupPermissionRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/PrivateComment/XMLImport/TrackerPrivateCommentUGroupExtractorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/CommentOnlyChangesetCreatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/FieldsToBeSavedInSpecificOrderRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/NewChangesetCreatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/NewChangesetFieldValueSaverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/NewChangesetPostProcessorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/NewChangesetTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/NewChangesetValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/ActionsRunnerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/AsynchronousActionsRunnerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/EventDatesRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/EventDescriptionRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/EventOrganizerRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/EventSummaryRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/EmailNotificationAttachmentProviderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTaskTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/NotifierCustomSenderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/PostCreationContextTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/WebhookNotificationTaskTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/TextDiff/ChangesetsForDiffRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/TextDiff/DiffProcessorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/TextDiff/TextDiffRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Artifact/TrackerArtifactChangesetValueFileTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Tracker_Artifact_Changeset_IncomingMailGoldenRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/AddReverseLinksCommandTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/ArtifactForwardLinksRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/ArtifactLinksByChangesetCacheTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/ChangeForwardLinksCommandFormatterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/ChangeForwardLinksCommandTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/ChangeReverseLinksCommandTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/CollectionOfForwardLinksTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/CollectionOfReverseLinksTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/NewArtifactLinkChangesetValueTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/NewArtifactLinkInitialChangesetValueFormatterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/NewArtifactLinkInitialChangesetValueTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/ReverseLinksRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/ReverseLinksToNewChangesetsConverterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/StoredForwardLinkTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/StoredReverseLinkTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLinkDiffTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ChangesetValueSaverIgnoringPermissionsTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ChangesetValueSaverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ChangesetValuesContainerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/InitialChangesetValuesContainerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/Text/TextValueInterpreterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_ChangesetValue_FloatTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_ChangesetValue_TextTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/ChangesetValueComputedTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Creation/ReverseLinksAdderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/TrackerArtifactCreatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/CrossReference/CrossReferenceArtifactOrganizerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Event/ArtifactDeletedTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Event/ArtifactUpdatedTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Heartbeat/ExcludeTrackersFromArtifactHeartbeatsTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/LatestHeartbeatsCollectorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Link/ArtifactLinkerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Link/ArtifactReverseLinksUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Link/ForwardLinkProxyTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/CitationStripperTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/IncomingMailTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/MailGatewayBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/MailGatewayConfigTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/MailGatewayFilterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/MailGatewayInsecureTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/MailGatewayTokenTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/RecipientFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/Tracker_Artifact_MailGateway_IncomingMessageFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/expected_followup.html.txt | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/expected_followup.text.txt | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/expected_followup_outlook_quote_en.txt | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/expected_followup_outlook_quote_fr.txt | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/expected_followup_without_citation.html.txt | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/expected_followup_without_citation.text.txt | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/expected_outlook_quote_no_crlf.txt | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/insecure-reply-comment.plain.eml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/mail-iso-8859-1.txt | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/outlook_quote_en.txt | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/outlook_quote_fr.txt | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/outlook_quote_no_crlf.txt | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/reply-comment.(plain+html)+attachment.eml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/reply-comment.html+plain.eml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/reply-comment.html.eml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/reply-comment.plain+html.eml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/_fixtures/reply-comment.plain.eml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/PossibleParentsRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Presenter/FollowUpCommentsPresenterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/RecentlyVisited/VisitCleanerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/RecentlyVisited/VisitRecorderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/RecentlyVisited/VisitRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/RedirectTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Renderer/FieldsDataFromRequestRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/RichTextareaConfigurationTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/RichTextareaProviderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/StatusBadgeBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactNodeTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_PriorityManagerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLinkTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachmentTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyComputedTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyListTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/XmlImportTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/_fixtures/testImportChangesetInArtifactWithoutSourcePlatformAttribute.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/_fixtures/testImportChangesetInNewArtifact.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Artifact/_fixtures/testImportChangesetWithPrivateCommentInNewArtifact.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Artifact/Changeset/Validation/NullChangesetValidationContextTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Chart/Data/BurndownTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Colorpicker/ColorpickerMountPointPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/DefaultTemplatesCollectionBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/DefaultTemplatesCollectionTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/AsyncJiraSchedulerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/AsynchronousJiraRunnerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/ClientWrapperBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/ClientWrapperTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/FromJiraTrackerCreatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/AlwaysThereFieldsExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactLinkTypeConverterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsInDedicatedTrackerXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsInMonoTrackerXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Attachment/AttachmentDownloaderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Attachment/AttachmentTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Attachment/AttachmentXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/CreationStateListValueFormatterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/JiraCloudChangelogEntryItemsRepresentationTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/JiraCloudChangelogEntryValueRepresentationTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/JiraServerChangelogEntriesBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/ListFieldChangeInitialValueRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Comment/CommentTestBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Comment/CommentXMLValueEnhancerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Comment/JiraCloudCommentTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/ChangelogSnapshotBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/CurrentSnapshotBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/FieldSnapshotTestBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/InitialSnapshotBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/IssueSnapshotCollectionBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/SnapshotCollectionTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/SnapshotTestBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/JiraIssuesFromIssueTypeInDedicatedTrackerInXmlExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/JiraIssuesFromProjectInMonoTrackerInXmlExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportAllIssuesExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportCreatedRecentlyExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportDefaultCriteriaExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportDoneIssuesExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportOpenIssuesExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportTableExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportUpdatedRecentlyExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Semantic/SemanticsXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/JiraFieldRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/JiraToTuleapFieldTypeMapperTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/StoryPointFieldExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/User/JiraAuthorRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/User/JiraTuleapUsersMappingTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/User/JiraUserInfoQuerierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Values/StatusValuesCollectionTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/XML/JiraXMLNodeBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/009096b1b0e869c9393a8b15c23b3ff49cb07bd2.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/017b54d3e7462983c3e530948f8ff31664c7436a.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/05d691b79bbda120321d3add49eba329fae18a4f.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/0e38892dde37ffb99bf6b25e650921aa9257a677.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/0e7f05ad93d9f3f7fe266dc6cd67b8f81def1840.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/112e1248d9c764c9f9860d82c568dd3f8d2b5514.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/13e2df7ffd236412c7b2796fe6e01184f038dbd7.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/13fc79eb64113146ec7e91bd42ce3cbb682cbf24.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/1695f988ca59195ac834838134e262c9c0910b76.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/17ab8e5eaaae2f52e9aa5a6351b03f83cbb74cd0.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/1917dd8c54f5fb2d20b95e068170b0f89f65fac8.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/195a378104887bddab93a28df64da8522e005564.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/2314ccd29a3d1f57407f01dde4f53a609d63d07e.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/268549d79a3cbbe2783fe7e44a25ec916054ce26.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/2733d6806b26ceb8d2da7e6b8b61c94c8127e43e.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/28a255db7cc644fbca71768551d69c012aa599f5.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/33e6b4aeb7bc8c1e25a47d81e3a959f029770fb3.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/44a64d69984d6dbe9f011bddbbc3959437c65af6.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/46b9a5294193fc8f20909c74b9f5a1df93a8cfef.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/512a6a3291d4edc6d1312e7ff8c248f57f747496.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/5706d21a61d4b957022d9f8a38d6c9468923f3ae.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/596deecde8fed682ea5ffd5c1381dac506f29d08.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/5c5450714733164040299ac8a958bfd282e37db0.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/60b3aab111bf74cc7de6f4d895ec73c8ac633960.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/688d105149c9aa09bad9b2eceb1da1322e8fc832.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/69db5e5147e100e9ac8e61c1141f195b214a518c.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/6e941d942d6ee7acec0a42a1f325c9ab94933909.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/70bb58cd685ebd513d37094c7257402f312854df.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/7921f9eb9b70db170cd8450adbb7c95e074e4a22.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/822c09e186887cec180e9ededa114aaacd695734.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/82302e7e0c78cd6bdc858bbf9dedb08b6a6de888.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/888d56b2514df84bbcd3aa513ebad62890facb1b.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/898662213d4356e2ea0b76971f6f2768b22e2410.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/91e84ae24c21505a152901e8d2f8f79c09eb26a2.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/9f95666c0e36eea008c5e007dda8c99e1afecc51.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/ab400de8232a69328ec9504c6e4baeb6dc16af41.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/b221a609f8ab2bf492489b7a8c406d294f7d7c2c.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/b732700526f603a52d70c0a781760d6eaaf31c5d.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/bb4af626ce00fda43bdcd74682e2234092b11340.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/db109c41b10bbcc61be38905a1300d64700646e3.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/dbed4d8ab9bcab352722e57585687c4016fd0e25.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/dc086bc0703f574690ed0b1acef6edba845a29e1.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/f04c131caa881b293bfd6127ab6a8152b2371f99.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/manifest.log | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/DI/mono_tracker.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/1792ceabcf8d1b6e0eb6eeb678fb5c9141a3fec4 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/3150d3c6052884dfb394cb331079392ba7efc43b | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/3a48d6e1db3cdeb9c0a8a9a115c87da71b1518cc | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/426637cb58ad865431f2c576525c936476da738c | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/511913218f7a8eaacfe37ff479cc8bfa597b5745 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/6b68066a26400900ed98e86de2b788d9282ea831 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/788ef9a71944e2cb68600c30dc3518c2b648f81f | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/87d8681d58d563b02afe8388fc92fbc7a891b98e | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/8fceb3bc2575602f8260e7f4e241c82e3a783940 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/c1e8feb1fbaccf99143de8b2afc089d6c97798a7 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/c2d7e4448f1703e36da963b1d5161ea5ef843621 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/e59eaddb00e1a43b3148e4630f900977bbaf9da4 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/e5e936f7a131ed9d8c7a0d670a0468f125efac05 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/manifest.log | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/tracker.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/0b9c774dd9c88048aa56716efe12f68bb4044e59.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/0c5326100b58e96b944ddb4dc3705341adfd2643.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/2473a89f8ae7abab13b347fe1a8e75e6a198904d.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/IXMC-680.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/a4fe0b816f7208078942441c89c1ddd16dc72c18.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/expand_editmeta_search.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/fc9c36f7926867002b6ba6f679dfb6848195e30d.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/manifest.log | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/tracker.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IXMC/user_3.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBX/6228766c052f93cee99fb37192219454b5c9a993.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBX/7a07648eb9f07aaf54edbe443feae2c04dbfca6b.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBX/821ab2f69bb73bd43211ab31c36d613fdc73345d.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBX/d8185100aa609050c6d2ba8c3c2f2f4c2c2aecbe.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBX/e508e4aa43d33f8c1ff0c86b31833b175270193a.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBX/expand_editmeta_search.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBX/manifest.log | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBX/priorities.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBX/sbx6.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBX/tracker.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBXv9/6228766c052f93cee99fb37192219454b5c9a993.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBXv9/7a07648eb9f07aaf54edbe443feae2c04dbfca6b.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBXv9/821ab2f69bb73bd43211ab31c36d613fdc73345d.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBXv9/d8185100aa609050c6d2ba8c3c2f2f4c2c2aecbe.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBXv9/e508e4aa43d33f8c1ff0c86b31833b175270193a.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBXv9/expand_editmeta_search.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBXv9/manifest.log | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBXv9/priorities.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBXv9/sbx6.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBXv9/tracker.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/01813bd665c06dce0e4c70d4825ba99f0895d92b | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/0217f7d1cbabe4c50f02f4e05f02f6b0f71670f1 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/0fe13c3af81025ac8e3a1748f15cb68cbf373233 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/110e7a6ac1be8176d9d663f42e16ccf41f491bb4 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/178b90498fe21679d8b3eaf18610289d76c74dae | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/1e4835ae3b5b77f6152475f94c13b87576f8e3ff | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/2d199a27665adc2cc4f3609667f680e6eca42a48 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/32c694494fc97ea13c656fe4ab648201a4312e43 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/32f8b371a39b2a34cce02c94d4d6b209d416d535 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/33436b117afaa535a16edcf2f84b9369fba0274d | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/3366146eab44aaacf8c2f771a8f21d2998beb186 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/37adb3374034ab436db781be2e2d3496893c3eb2 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/37cf1ef52887626673b4d4296d9f85382b2c1ca7 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/43911e484085223115307b109a07895069063c40 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/4446ba5db1ad01cd4fb048090efe4135fd243425 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/444a04a16962acdc817e76ef16b6c8444eec6892 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/4b13cc2f776e34ecdb2b52ba8d0b02fb0952f065 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/5163bfacf5f860bec95fd3cf7ef21341dc0ad9db | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/52098bdeb07e6bb9c1f69880c14658fa57e56fa5 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/58ac2ae2dd459dd2b9a87aea0ee5e9bcc21379ce | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/5bfb82523ef9e3dd3c291dee80c13d77e507bf3c | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/65ddc166da679ea303a2273d08fe024d4ffd02aa | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/6797113bf08463eff22b3cb2bc9970fc068112f8 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/697383cf95d255919cbe74ce899fab2afd477a99 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/6e9e02cd2f06f845795124b9bbd362d3dadad3e9 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/75c7043ebf9ab57dafa2f704f4dc59a6a0ecfb71 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/7fe84df001ef64d30f3a1ea2aa8ce296659e6153 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/85709c9d8b05b668818c54d6761fc6c722f83ec2 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/92a252c3cb273b20f8c8bb2bd4e18dd2d58ebfbc | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/930e8937bc4092d46649ae6548cdbc31b0086e7f | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/962b02a3378b6018f176948a03adf92e3c4c6dfb | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/9630a86f9e737c0e1543f9ad324b5d7774e67892 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/99917c95741fd2d0c50e7e71b659a8982f570601 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/99f83eca311bc2ae4b5d48f7b6ae9e04d2023f8f | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/a7986a6fe19cc768f548fc9ea18fec03928c36b4 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/aa9da27af96e9716255796a4fb22ab7ddd1316d6 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/b57fe4d36e0a787915cfaea0be9d78f2473acb05 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/bc749e3d95a803b4a2194bac96205d38716041aa | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/bf031d8bf1434fb99ed702370d0f6e50c6a51594 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/bf846391c7f921d2bee388c1d4a69696ca7072fd | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/c2009f91fc6dbcf126db27f9151d980505a96eca | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/c2fe2c3ccca64924e04b5a9980b87b2b7621ecd9 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/c7650583a85218a6e20badf560aa10772988de10 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/c7dde026c023797cd360f3301d3b6f071e328e5f | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/ca5e1eea02b3802c328be39b3b48f1ea68ab97b6 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/cbef6c6249db19dbcf7d1c1ec511f3292bd518c0 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/cc10a4ec320e0549221698b23170c6f39f8fd148 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/cf14a43c71cf89140dd60891fdbe3bb5474e5538 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/d0000456e67a3e9240de0d3841df153afe0a0978 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/d36388b353ea789a51c06f82f33382c2867f0dff | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/d47604f97614e7324791730f49cdd561d082e57d | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/d91c7cbe787375c6276dc62d27c3cd8a6f134c40 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/daee3fb0348495b90f4ce6e4775239d2ad6907d2 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/dd830386d5e793da6fe396f805a762a0c27066ae | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/e30aed247969725d1d747b9f88d0861b70624010 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/e4c88750078c5aa0dfce3eb8309e3acce46cb71e | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/e6f21bcc6dbbde3d9f3478941cacb4fcb139be97 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/e85cf388bb1c05a0f911abb76a96071f0e3b9b2d | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/eb73920a4af810c173dd2d4c54546c46bbe68527 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/ec9e713cbf6195286c1bf2570f16ade9426a2f91 | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/f77ffdddf39522249a97000fccba30e2820323aa | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/manifest.log | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SP/tracker.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/TimestampConflicts/all_issues.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/TimestampConflicts/createmeta.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/TimestampConflicts/expand_editmeta_search.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/TimestampConflicts/issuetype.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/TimestampConflicts/manifest.log | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/TimestampConflicts/mypermissions.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/TimestampConflicts/priorities.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/TimestampConflicts/sbx6.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/TimestampConflicts/statuses.json | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/TimestampConflicts/tracker.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraCredentialsTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraProjectBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraProjectListControllerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraRunnerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraTrackerBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraTrackersListControllerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/PendingJiraImportBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/PendingJiraImportCleanerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/UserRole/UserRolesCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/OngoingCreationFeedbackNotifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/PostCreationProcessorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationBreadCrumbsBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationDataCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationNotificationsSettingsFromXmlBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationPermissionCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationSettingsBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreatorXmlErrorPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/ArtifactLinkValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownCacheDateRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/BurndownCalculatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/ChartCachedDaysComparatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/ChartConfigurationFieldRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/ChartConfigurationValueCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/ChartConfigurationValueRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/ChartMessageFetcherTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Container/FieldsExtractorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Container/Fieldset/HiddenFieldsetCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Container/Fieldset/XML/XMLFieldsetTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkUpdaterDataFormaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/GetFieldDataTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/LinksRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ParentLinkActionTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/PossibleParentSelectorRendererTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/PostSaveNewChangesetTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ProcessChildrenTriggersCommandTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/RequestDataAugmentorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/SubmittedValueEmptyCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/Type/NatureValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/Type/TypePresenterFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/Type/TypeSelectorRendererTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ValidateArtifactLinkValueEventTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownCacheGenerationCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownCommonDataBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForLegacyTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForRESTTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownRemainingEffortAdderForLegacyTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownRemainingEffortAdderForRESTTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/Date/CSVFormatterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/Date/XML/XMLDateFieldTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/Date/XML/XMLDateValueTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/AttachmentControllerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/AttachmentForRestCreatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/AttachmentForTraditionalUploadCreatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/AttachmentForTusUploadCreatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/AttachmentToFinalPlaceMoverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/ChangesetValueFileSaverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/CreatedFileURLMappingTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/FieldDataFromRESTBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/FileInfoForTusUploadedFileReadyToBeAttachedProviderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/FileURLSubstitutorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/IdForXMLImportExportConvertorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/TrackerFormElementFieldFileTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/EmptyFileToUploadFinisherTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/FileToUploadCreatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/FileToUploadTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/FileUploadCleanerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/NewFileUploadTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/Tus/FileBeingUploadedInformationProviderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/Tus/FileUploadCancelerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/Tus/FileUploadFinisherTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/Tus/_fixtures/Lenna-expected-thumbnail.png | Binary file | Go to diff View file | |
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/Tus/_fixtures/Lenna.png | Binary file | Go to diff View file | |
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/UploadPathAllocatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/FloatingPointNumber/ChangesCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/Integer/ChangesCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BindDecoratorExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BindDecoratorRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BindListUserValueGetterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BindStatic/XML/XMLBindStaticValueTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BindStaticXmlExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BoundDecoratorEditorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BoundDecoratorSaverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/Tracker_FormElementFieldList_BindDecoratorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/FieldValueMatcherTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/ItemsDataset/ItemsDatasetBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/XML/XMLSelectBoxFieldTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/Numeric/Tracker_FormElement_Field_NumericTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/PermissionsOnArtifact/ChangesCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/PermissionsOnArtifact/PermissionDuckTypingMatcherTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/PermissionsOnArtifact/Tracker_FormElement_Field_PermissionsOnArtifactTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/String/TrackerFormElementFieldStringChangesTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/String/TrackerFormElementFieldStringRESTTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/String/TrackerFormElementFieldStringTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/Text/TextValueValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Field/Text/XML/XMLTextFieldTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/FieldCalculatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/FieldContentIndexerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/FieldNameFormatterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/ListFormElementTypeUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/PermissionsOnArtifactUGroupRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/PermissionsOnArtifactValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementExportPermissionsToXmlTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementJsonTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementUserPermissionsTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_Artifact_getArtifactLinks_Test.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Container_ColumnTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Container_Column_GroupTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Container_FieldsetTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLinkTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_BurndownTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_CheckboxTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ComputedTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_CriteriaTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_DateTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_FloatTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_IntegerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDateTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ListTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ListTypes_GetDefaultValueTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_BindTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_BindValueTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValueTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsValueTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValueTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_CriteriaTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_OpenValueTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectboxTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_OpenListTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_RadiobuttonTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_SelectboxTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOnTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_TextTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Line_BreakTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_SeparatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_SharedFormElementFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/TransitionListValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/AdminVisitorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/View/Admin/Field/ListFields/BindValuesAdderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/AdminTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/View/Reference/CrossReferenceFieldPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElement/XML/XMLFormElementImplTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/FormElementListValueAdminViewPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/GetTrackersQueryCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Hierarchy/ControllerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchicalTrackerFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchicalTrackerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchyControllerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchyFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchyTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Hierarchy/PresenterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Hierarchy/TrackerHierarchyFactoryGetAllAncestorsTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Hierarchy/TrackerHierarchyFactoryGetParentArtifactTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Hierarchy/TrackerHierarchyFactoryGetParentTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Import/SpotterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Masschange/MasschangeUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/MasschangeDataValueExtractorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Migration/MigrationLoggerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/NewDropdown/TrackerInNewDropdownRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/NewDropdown/TrackerLinksInNewDropdownCollectorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/NewDropdown/TrackerNewDropdownLinkPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Notifications/CollectionOfUserInvolvedInNotificationPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Notifications/ConfigNotificationEmailCustomSenderFormatterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Notifications/GlobalNotificationSubscribersFilterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Notifications/GlobalNotificationsEmailRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Notifications/NotificationLevelExtractorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Notifications/NotificationsForProjectMemberCleanerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Notifications/RecipientsManagerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Notifications/RemoveRecipient/RemoveRecipientThatAreTechnicalUsersTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Notifications/RemoveRecipient/RemoveRecipientThatCannotReadAnythingTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Notifications/RemoveRecipient/RemoveRecipientThatDoesntWantMailForTheirOwnActionsTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Notifications/RemoveRecipient/RemoveRecipientWhenTheyAreInStatusUpdateOnlyModeTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Notifications/Settings/Administration/CalendarConfigUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Notifications/Settings/UserNotificationSettingsTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Permission/PermissionsOnFieldsTests.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Permission/PermissionCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Permission/PermissionManagerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Permission/PermissionRequestTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Permission/PermissionSerializerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Permission/SubmissionPermissionVerifierTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionChecker_SubmitterOnlyAndAdminTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionChecker_SubmitterOnlyTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionManager_AnonymousWithFullAccessTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionManager_CheckRequestValidityTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionManager_RegisteredWithFullAccessTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Permission/TrackersPermissionsRetrieverTest.php | Go to diff View file | ||
M | plugins/tracker/tests/unit/ProjectAdminPermissionPerGroupPresenterBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/ChangesetValue/ArtifactLink/NewArtifactLinkChangesetValueBuilderTest.php | +2 | −1 | Go to diff View file |
R | plugins/tracker/tests/unit/REST/MovedArtifactValueBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/REST/FormElement/LinksFieldRepresentationTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/REST/ArtifactValuesRepresentionTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/REST/FaultMapperTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/REST/v1/Move/BeforeMoveCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/REST/v1/Move/DryRunMoverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/REST/v1/Move/MovePatchActionTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/REST/v1/Move/RestArtifactMoverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/REST/v1/ProjectTrackersRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/REST/v1/Report/MatchingArtifactRepresentationBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/REST/ReportArtifactFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/REST/v1/TrackerRepresentationBuilderTest.php | Go to diff View file | ||
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/CIBuildJsonParserTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/FrozenFieldsJsonParserTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/HiddenFieldsetsJsonParserTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/PostActionCollectionJsonParserTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/SetDateValueJsonParserTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/SetFloatValueJsonParserTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/SetIntValueJsonParserTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/TransitionPOSTHandlerTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/TransitionPatcherTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/v1/Workflow/TransitionValidatorTest.php | +0 | −2 | Go to diff View file |
R | plugins/tracker/tests/unit/REST/WorkflowRestBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/RealTimeMercure/RealTimeMercureArtifactMessageSenderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Reference/CrossReferenceValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Reference/ReferenceCreatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/AdditionalCriteria/CommentCriterionValueSaverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/CSVExport/CSVFieldUsageCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/Grammar/ParserTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ArtifactLink/ArtifactLinkTypeCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/Date/DateFieldCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFields/ArtifactSubmitterCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFields/CollectionOfNormalizedBindLabelsExtractorForOpenListTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFields/ListFieldCheckerWithBindStaticTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFields/ListFieldCheckerWithBindUgroupsTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFields/ListFieldCheckerWithBindUsersTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFromCollectionBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidOrderByBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidTermCollectorVisitorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/QueryBuilder/DateTimeValueRounderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/QueryBuilder/EqualExpectation/ForTextTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/QueryBuilderVisitorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/SizeValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/UgroupLabelConverterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/CommentFromWhereBuilderFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/ParametrizedAndFromWhereTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Query/ParametrizedOrFromWhereTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Renderer/Sort/SortWithIntegrityCheckedTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Renderer/Table/TableRendererForReportRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Renderer/Table/UsedFieldsRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/ResultJoinerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/TrackerReportExtractorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/TrackerReportRESTGetTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/TrackerReportRendererTableTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Tracker_ReportFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Tracker_Report_RESTTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/Tracker_Report_Renderer_TableTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/XML/XMLReportCriterionTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/_fixtures/TestTracker-1.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Report/_fixtures/tracker_with_renderer_id.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Rules/Date/Tracker_Rule_Date_DateTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Rules/Date/Tracker_Rule_Date_FactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Rules/FirstValidValueAccordingToDependenciesRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Rules/List/ListTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Rules/List/Tracker_Rule_List_FactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesDateValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesListValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerForbiddenTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerImportXMLTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerIsUsedInFieldDependencyTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerValidationTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Rules/Tracker_RuleFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Rules/Tracker_Rule_ListTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Rules/Tracker_Rule_List_ViewTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Search/SearchResultRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/ArtifactCannotBeCreatedReasonsGetterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/CollectionOfCannotCreateArtifactReasonTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/CollectionOfCreationSemanticToCheckTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/CollectionOfSemanticsUsingAParticularTrackerFieldTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Contributor/AdminPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Contributor/ContributorFieldRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/CreationSemanticToCheckTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Description/AdminPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Description/Tracker_Semantic_DescriptionTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Progress/Administration/SemanticProgressAdminPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Progress/Events/GetSemanticProgressUsageTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Progress/InvalidMethodTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodBasedOnEffortTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodBasedOnLinksCountTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodNotConfiguredTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Progress/SemanticProgressBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Progress/SemanticProgressDuplicatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Progress/SemanticProgressFromXMLBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Status/Done/DoneValueRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Status/Done/SemanticDoneDuplicatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Status/Done/SemanticDoneLoaderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Status/Done/SemanticDoneTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Status/Done/SemanticDoneValueCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Status/Open/AdminPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusColorForChangesetProviderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusFieldRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusValueForChangesetProviderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusValueProviderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusValueRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusValuesCollectionTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Status/Tracker_Semantic_StatusFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Status/Tracker_Semantic_StatusTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/Administration/SemanticTimeframeCurrentConfigurationPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/ArtifactTimeframeHelperTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeDuplicatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeFromXMLBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeSuitableTrackersOtherSemanticsCanBeImpliedFromRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeUpdatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeChangesetFieldsValueRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeImpliedFromAnotherTrackerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeNotConfiguredTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeWithDurationTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeWithEndDateTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Title/AdminPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Title/Tracker_Semantic_TitleFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Title/Tracker_Semantic_TitleTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Tooltip/OtherSemantic/ProgressTooltipEntryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Tooltip/OtherSemantic/TimeframeTooltipEntryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Tooltip/SelectOptionsBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Tooltip/TooltipFetcherTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Tooltip/Tracker_TooltipFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/TrackerSemanticCollectionTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/TrackerSemanticContributorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Tracker_SemanticFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Semantic/Tracker_Semantic_ContributorFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Service/CheckPromotedTrackerConfigurationTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Service/ServiceActivatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Service/SidebarPromotedTrackerRetrieverTest.php | Go to diff View file | ||
M | plugins/tracker/tests/unit/ServiceHomepage/HomepagePresenterBuilderTest.php | +1 | −3 | Go to diff View file |
D | plugins/tracker/tests/unit/Stub/FeedbackFieldCollectorInterfaceStub.php | +0 | −118 | Go to diff View file |
D | plugins/tracker/tests/unit/Stub/RetrieveActionDeletionLimitStub.php | +0 | −63 | Go to diff View file |
D | plugins/tracker/tests/unit/Stub/RetrieveMatchingUserValueStub.php | +0 | −49 | Go to diff View file |
D | plugins/tracker/tests/unit/Stub/UpdateBindValueForSemanticStub.php | +0 | −55 | Go to diff View file |
D | plugins/tracker/tests/unit/Stub/VerifyIsArtifactLinkFieldStub.php | +0 | −50 | Go to diff View file |
D | plugins/tracker/tests/unit/Stub/VerifyIsUserGroupOpenListFieldStub.php | +0 | −47 | Go to diff View file |
R | plugins/tracker/tests/unit/Builders/ArtifactImportedMappingBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/ArtifactTestBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/ArtifactValuesRepresentationBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/ChangesetTestBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/ChangesetValueArtifactLinkTestBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/ChangesetValueDateTestBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/ChangesetValueIntegerTestBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/ChangesetValueListTestBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/ChangesetValueTextTestBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/ArtifactLinkFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/CheckboxFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/DateFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/ExternalFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/FileFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/FloatFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/IntFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/LastUpdateByFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/LastUpdateDateFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/List/ListStaticBindBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/List/ListUserBindBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/List/ListUserGroupBindBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/ListFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/OpenListFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/RadioButtonFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/StringFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/SubmittedByFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/SubmittedOnFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/Fields/TextFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/LinkWithDirectionRepresentationBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/ReportTestBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/TrackerTestBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/TypePresenterBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/AddPostMoveArtifactFeedbackStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/AllTypesRetrieverStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/BadSemanticCommentInCommonMarkFormatStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/BindValueIdCollectionStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/BuildCompleteTrackerRESTRepresentationStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/CheckArtifactRestUpdateConditionsStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/CheckBeforeMoveStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/CollectDryRunTypingFieldStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/ConfigurationArtifactsDeletionStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/CreateCommentOnlyChangesetStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/CreateInitialChangesetStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/CreateNewChangesetStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/ForwardLinkStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/MatchPermissionsByDuckTypingStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/MoveArtifactByDuckTypingStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/MoveDryRunStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/MoveRestArtifactStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/NewParentLinkStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveAllUsableTypesInProjectStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveAnArtifactLinkFieldStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveArtifactStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveFieldTypeStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveForwardLinksStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveMatchingBindValueByDuckTypingStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveMatchingValueByDuckTypingStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrievePromotedTrackersStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveReverseLinksStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveStatusFieldStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveTrackerStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveTrackersByProjectIdUserCanAdministrateStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveTrackersByProjectIdUserCanViewStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveUsedArtifactLinkFieldsStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveUsedFieldsStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveUserDeletionForLastDayStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveViewableArtifactStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/RetrieveWorkflowStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/ReverseLinkStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/SaveArtifactStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/SearchReverseLinksStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/SearchUserGroupsValuesByFieldIdAndUserGroupIdStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/SearchUserGroupsValuesByIdStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Semantic/GetTitleSemanticStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Semantic/Timeframe/IComputeTimeframesStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Semantic/Tooltip/TooltipFieldsStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/RetrieveEventDatesStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/RetrieveEventDescriptionStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/RetrieveEventOrganizerStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/RetrieveEventSummaryStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Artifact/Changeset/PostCreation/PostCreationActionsQueuerStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Artifact/Changeset/PostCreation/ProvideEmailNotificationAttachmentStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Artifact/Changeset/PostCreation/SendMailStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Artifact/Changeset/ProcessChangesetPostCreationStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Artifact/Changeset/ValidateNewChangesetStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Artifact/ChangesetValue/ArtifactLink/ConvertAddReverseLinksStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Artifact/ChangesetValue/SaveChangesetValueStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Artifact/Creation/AddReverseLinksStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Artifact/GetFileUploadDataStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/DisplayTrackerLayoutStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/FormElement/Field/ListFields/Bind/BindVisitorStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/FormElement/Field/ListFields/RetrieveUsedListFieldStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/FormElement/RetrieveFormElementsForTrackerStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Notifications/Settings/CheckEventShouldBeSentInNotificationStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Notifications/Settings/UpdateCalendarConfigStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Permission/RetrieveUserPermissionOnFieldsStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Permission/RetrieveUserPermissionOnTrackersStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Permission/SearchUserGroupsPermissionOnArtifactsStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Permission/SearchUserGroupsPermissionOnFieldsStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Permission/SearchUserGroupsPermissionOnTrackersStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Permission/TrackersPermissionsPassthroughRetriever.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Semantic/Timeframe/BuildSemanticTimeframeStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Service/PromotedTrackerConfigurationCheckerStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/Tracker/Webhook/ArtifactPayloadBuilderStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/UpdateArtifactLinkXMLStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/UpdateMoveChangesetXMLDuckTypingStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyExternalFieldsHaveSameTypeStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyFieldCanBeEasilyMigratedStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyIsExternalFieldStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyIsOpenListFieldStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyIsPermissionsOnArtifactFieldStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyIsStaticListFieldStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyIsUserGroupListFieldStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyIsUserListFieldStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyListFieldsAreCompatibleStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyOpenListFieldsAreCompatibleStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyPermissionsCanBeFullyMovedStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyStaticFieldValuesCanBeFullyMovedStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifySubmissionPermissionStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyThereArePermissionsToMigrateStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyUserFieldValuesCanBeFullyMovedStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Stub/VerifyUserGroupValuesCanBeFullyMovedStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Action/BuildArtifactLinksMappingForDuckTypedMoveStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/JiraClientMonoTrackerStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Stub/JiraCloudClientStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Stub/JiraServerClientStub.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/TrackerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/TrackerColorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/TrackerFactoryDuplicationTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/TrackerFactoryPossibleChildrenTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/TrackerFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/TrackerManagerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/TrackerPermissionsTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/TrackerPluginTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/TrackerXMLFieldMappingFromExistingTrackerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/TrackerXmlImportArtifactLinkV2ActivationTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/TrackerXmlImportTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Tracker_ArtifactByEmailStatusTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Tracker_ArtifactFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Tracker_ArtifactFactory_GetChildrenTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Tracker_Artifact_ChavesetValue_ListTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Tracker_Artifact_ChangesetValue_OpenListTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Tracker_CannedResponseFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/DateReminder/Tracker_DateReminderManagerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Tracker_ReferenceManagerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Tracker_URLTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Tracker_UgroupMappingBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Webhook/ArtifactPayloadBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Webhook/WebhookFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Webhook/WebhookXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Widget/ProjectRendererWidgetXMLImporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Widget/Tracker_Widget_ProjectRendererTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/FrozenFields/FrozenFieldDetectorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/FrozenFields/FrozenFieldsFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/FrozenFields/FrozenFieldsRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/FrozenFields/FrozenFieldsTests.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsDetectorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/CIBuildRepositoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/CIBuildUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/CIBuildValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/FrozenFieldsUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/FrozenFieldsValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/HiddenFieldsetsValueUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/HiddenFieldsetsValueValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/PostActionFieldIdValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/PostActionsMapperTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueRepositoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueRepositoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueRepositoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueValidatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/PostActionCollectionUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/TransitionFactory.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/SimpleWorkflowXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/State/TransitionCreatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/State/TransitionExtractorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/State/TransitionRetrieverTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/State/TransitionUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/TransitionReplicatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/Transition/Condition/CommentNotEmpty/CommentNotEmptyFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/Transition/Condition/CommentNotEmptyTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/Transition/Condition/PermissionsTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/TransitionFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/Trigger/Rules/WorkflowTriggerRulesProcessorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/WorkflowBackendLoggerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/WorkflowFactoryTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/WorkflowMenuPresenterBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/WorkflowRulesManagerLoopSafeGuardTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/WorkflowRulesManagerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/WorkflowUpdateCheckerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/_fixtures/importSimpleWorkflow.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/_fixtures/importSimpleWorkflowNoStates.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/Workflow/_fixtures/importWorkflow.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/ArtifactAttachmentExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/ChangesetValueComputedXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/ChangesetValuePermissionsOnArtifactXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/ChangesetValueXMLExporterVisitorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/ExternalExporterCollectorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueArtifactLinkXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueFileXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueIntegerXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueListXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueOpenListXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueTextXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeArtifactLinksBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeDateBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeFileBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeFloatBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeListBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeStringBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeTextBuilderTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/TrackerStructureXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/TrackerXmlExportTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ArtifactXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChangesetValuesXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChangesetXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChildrenXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Exporter/_fixtures/file01.txt | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Importer/ImportedChangesetMappingTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Importer/Tracker_XML_Importer_CopyArtifactInformationsAggregatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Tracker_XML_Exporter_ChildrenCollectorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/BindOpenValueForDuckTypingUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/BindValueForDuckTypingUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/FieldChangeComputedXMLUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/Tracker_XML_Updater_FieldChange_FieldChangeDateXMLUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/Tracker_XML_Updater_FieldChange_FieldChangeIntegerXMLUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/Tracker_XML_Updater_FieldChange_FieldChangeListXMLUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/Tracker_XML_Updater_FieldChange_FieldChangePermissionsOnArtifactXMLUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChangeArtifactLinksUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/MoveChangesetXMLDuckTypingUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/MoveChangesetXMLUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/OpenListUserGroupsByDuckTypingUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/PermissionsByDuckTypingUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/Tracker_XML_Updater_ChangesetXMLUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/Tracker_XML_Updater_TemporaryFileCreatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/Tracker_XML_Updater_TemporaryFileXMLUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/_fixtures/bugs_artifact.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/Updater/_fixtures/toto.txt | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/XML/XMLTrackerTest.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/EmptyTracker.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/FieldDate/ImportTrackerFormElementDatePropertiesDefaultValueSpecificDateTest.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/FieldDate/ImportTrackerFormElementDatePropertiesDefaultValueTodayTest.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/FieldDate/ImportTrackerFormElementDatePropertiesDisplayTime.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/FieldDate/ImportTrackerFormElementDatePropertiesDisplayTimeZero.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/FieldDate/ImportTrackerFormElementDatePropertiesNoDefaultValueTest.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/ImportTrackerSemanticContributorTest.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/ImportTrackerSemanticStatusTest.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/ImportTrackerSemanticTitleTest.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/ImportTrackerSemanticTooltipTest.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/PermissionTracker.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/Status/ImportTrackerSemanticStatusTest.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/TestFieldMapping.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/TestTracker-1.xml | Go to diff View file | ||
R | plugins/tracker/tests/unit/Tracker/_fixtures/TrackersList.xml | Go to diff View file | ||
D | plugins/tracker/tests/unit/bootstrap.php | +0 | −21 | Go to diff View file |
M | tests/helpers.groovy | +2 | −1 | Go to diff View file |
M | tests/psalm/psalm.xml | +668 | −664 | Go to diff View file |
M | tests/psalm/tuleap-baseline.xml | +84 | −105 | Go to diff View file |