stable

Clone or download

Read-only

chore: Drop Mockery usage in taskboard plugin

This is part of request #21775 Favor PHPUnit mock system over Mockery - part 2 Change-Id: I8bb0625b53a61f9ede00e5010b8c6f4f51db7d33

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/OrderRepresentation.php +18 −0 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/OrderValidatorTest.php +4 −12 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Rank/ArtifactsRankOrdererTest.php +3 −12 Go to diff View file
M plugins/taskboard/include/REST/v1/Card/CardPatchRepresentation.php +10 −0 Go to diff View file
M plugins/taskboard/include/REST/v1/Cell/CellPatchRepresentation.php +11 −0 Go to diff View file
M plugins/taskboard/tests/unit/Admin/ScrumBoardTypeSelectorControllerTest.php +26 −40 Go to diff View file
M plugins/taskboard/tests/unit/AgileDashboard/MilestoneIsAllowedCheckerTest.php +44 −67 Go to diff View file
M plugins/taskboard/tests/unit/AgileDashboard/TaskboardPaneInfoBuilderTest.php +15 −28 Go to diff View file
M plugins/taskboard/tests/unit/AgileDashboard/TaskboardUsageDuplicatorTest.php +5 −15 Go to diff View file
M plugins/taskboard/tests/unit/AgileDashboard/TaskboardUsageTest.php +8 −11 Go to diff View file
M plugins/taskboard/tests/unit/Board/BoardPresenterTest.php +50 −51 Go to diff View file
M plugins/taskboard/tests/unit/Column/ColumnColorRetrieverTest.php +8 −12 Go to diff View file
M plugins/taskboard/tests/unit/Column/ColumnPresenterCollectionRetrieverTest.php +40 −53 Go to diff View file
M plugins/taskboard/tests/unit/Column/ColumnPresenterTest.php +6 −9 Go to diff View file
M plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/ArtifactMappedFieldValueRetrieverTest.php +75 −95 Go to diff View file
M plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/EmptyMappedValuesTest.php +4 −9 Go to diff View file
M plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/Freestyle/FreestyleMappingFactoryTest.php +60 −66 Go to diff View file
M plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/MappedFieldRetrieverTest.php +23 −33 Go to diff View file
M plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/MappedValuesRetrieverTest.php +50 −55 Go to diff View file
M plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/MappedValuesTest.php +4 −9 Go to diff View file
M plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/TrackerMappingPresenterBuilderTest.php +79 −66 Go to diff View file
M plugins/taskboard/tests/unit/Column/MilestoneTrackerRetrieverTest.php +17 −23 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Card/CardPatcherTest.php +57 −79 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Cell/AddValidatorTest.php +23 −32 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Cell/CardMappedFieldUpdaterTest.php +140 −141 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Cell/CellPatcherTest.php +128 −118 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Columns/ColumnsGetterTest.php +72 −80 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/RemainingEffortRepresentationBuilderTest.php +64 −77 Go to diff View file
M plugins/taskboard/tests/unit/Routing/MilestoneExtractorTest.php +62 −60 Go to diff View file
M plugins/taskboard/tests/unit/Swimlane/SwimlaneChildrenRetrieverTest.php +14 −19 Go to diff View file
M plugins/taskboard/tests/unit/Tracker/AddInPlaceRetrieverTest.php +105 −122 Go to diff View file
M plugins/taskboard/tests/unit/Tracker/MappedFieldsCollectionTest.php +13 −16 Go to diff View file
M plugins/taskboard/tests/unit/Tracker/TrackerCollectionRetrieverTest.php +44 −56 Go to diff View file
M plugins/taskboard/tests/unit/Tracker/TrackerCollectionTest.php +5 −18 Go to diff View file
M plugins/taskboard/tests/unit/Tracker/TrackerPresenterCollectionBuilderTest.php +149 −130 Go to diff View file
M tests/psalm/psalm.xml +0 −1 Go to diff View file