stable
Clone or download
Read-only
This is part of request #21775 Favor PHPUnit mock system over Mockery - part 2 No functional change expected here. Modified tests are : * plugins/timetracking/ * tests/integration/tests/Svn/ Change-Id: I48535dd93c765f8497fd0b18452df60efa2cafd7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingQueryChecker.php | +2 | −2 | Go to diff View file |
M | plugins/timetracking/tests/unit/ArtifactView/ArtifactViewBuilderTest.php | +69 | −38 | Go to diff View file |
M | plugins/timetracking/tests/unit/JiraImporter/Configuration/JiraTimetrackingConfigurationRetrieverTest.php | +10 | −14 | Go to diff View file |
M | plugins/timetracking/tests/unit/JiraImporter/JiraXMLExportTest.php | +31 | −38 | Go to diff View file |
M | plugins/timetracking/tests/unit/JiraImporter/Worklog/WorklogRetrieverTest.php | +10 | −10 | Go to diff View file |
M | plugins/timetracking/tests/unit/JiraImporter/Worklog/WorklogTest.php | +7 | −8 | Go to diff View file |
M | plugins/timetracking/tests/unit/Permissions/PermissionsRetrieverTest.php | +129 | −114 | Go to diff View file |
M | plugins/timetracking/tests/unit/REST/v1/ArtifactTimeRetrieverTest.php | +53 | −56 | Go to diff View file |
M | plugins/timetracking/tests/unit/Report/TimetrackingDatesExtractorTest.php | +10 | −13 | Go to diff View file |
M | plugins/timetracking/tests/unit/Report/TimetrackingReportFactoryTest.php | +24 | −32 | Go to diff View file |
M | plugins/timetracking/tests/unit/Time/DateFormatterTest.php | +11 | −15 | Go to diff View file |
M | plugins/timetracking/tests/unit/Time/TimeCheckerTest.php | +37 | −32 | Go to diff View file |
M | plugins/timetracking/tests/unit/Time/TimeControllerTest.php | +47 | −33 | Go to diff View file |
M | plugins/timetracking/tests/unit/Time/TimeRetrieverTest.php | +50 | −41 | Go to diff View file |
M | plugins/timetracking/tests/unit/Time/TimeUpdaterTest.php | +68 | −52 | Go to diff View file |
M | plugins/timetracking/tests/unit/Time/TimetrackingOverviewRepresentationsBuilderTest.php | +59 | −68 | Go to diff View file |
M | plugins/timetracking/tests/unit/Time/TimetrackingQueryCheckerTest.php | +16 | −20 | Go to diff View file |
M | plugins/timetracking/tests/unit/XML/XMLExportTest.php | +72 | −78 | Go to diff View file |
M | plugins/timetracking/tests/unit/XML/XMLImportTest.php | +178 | −190 | Go to diff View file |
M | tests/integration/tests/Svn/SvnlookTest.php | +18 | −18 | Go to diff View file |
M | tests/psalm/psalm.xml | +2 | −0 | Go to diff View file |