stable

Clone or download

Read-only

[tech] Unit and REST tests must use self::assert

This is part of story #21418 close artifacts with Done semantic No functional change expected here. Change-Id: Ife2b9b1d0fec6a71783cae24cd268859d3277a96

Modified Files

Name
M plugins/gitlab/tests/rest/Gitlab/RepositoryTest.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/API/GitlabProjectBuilderTest.php +10 −10 Go to diff View file
M plugins/gitlab/tests/unit/API/GitlabTagTest.php +4 −4 Go to diff View file
M plugins/gitlab/tests/unit/Artifact/ArtifactRetrieverTest.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/EventsHandlers/ReferenceAdministrationWarningsCollectorEventHandlerTest.php +3 −3 Go to diff View file
M plugins/gitlab/tests/unit/Reference/Commit/GitlabCommitCrossReferenceEnhancerTest.php +27 −27 Go to diff View file
M plugins/gitlab/tests/unit/Reference/Commit/GitlabCommitFactoryTest.php +8 −8 Go to diff View file
M plugins/gitlab/tests/unit/Reference/GitlabReferenceBuilderTest.php +16 −16 Go to diff View file
M plugins/gitlab/tests/unit/Reference/GitlabReferenceExtractorTest.php +6 −6 Go to diff View file
M plugins/gitlab/tests/unit/Reference/MergeRequest/GitlabMergeRequestTest.php +2 −2 Go to diff View file
M plugins/gitlab/tests/unit/Reference/TuleapReferenceRetrieverTest.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/Repository/GitlabRepositoryCreatorTest.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/Repository/GitlabRepositoryIntegrationFactoryTest.php +7 −7 Go to diff View file
M plugins/gitlab/tests/unit/Repository/GitlabRepositoryIntegrationUpdatorTest.php +2 −2 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/Bot/BotCommentReferencePresenterBuilderTest.php +8 −8 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/Bot/CredentialsRetrieverTest.php +3 −3 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookAuthorDataRetrieverTest.php +2 −2 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushCommitWebhookDataExtractorTest.php +15 −15 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushWebhookDataBuilderTest.php +5 −5 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookDataBuilderTest.php +5 −5 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookDataTest.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/WebhookDataExtractorTest.php +17 −17 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/WebhookTuleapReferencesParserTest.php +40 −40 Go to diff View file