stable

Clone or download

Read-only

chore: Drop Mockery usage in AgileDashboard/ExplicitBacklog tests

Part of request #21775 Favor PHPUnit mock system over Mockery - part 2 Change-Id: I06f373c8aff91df0a930d727e3b11fa7b19ebffb

Modified Files

Name
M plugins/agiledashboard/composer.json +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/ConfigurationUpdaterTest.php +103 −152 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/DirectArtifactLinkCleanerTest.php +116 −162 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/UnplannedArtifactsAdderTest.php +39 −57 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/UnplannedReportCriterionMatchingIdsRetrieverTest.php +42 −75 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/XMLImporterTest.php +56 −96 Go to diff View file
A plugins/tracker/tests/unit/Builders/ChangesetValueArtifactLinkTestBuilder.php +70 −0 Go to diff View file