stable
Clone or download
Read-only
This is part of request #21775 Favor PHPUnit mock system over Mockery - part 2 Change-Id: I51b06e7da4d656bb062a0eea8c8bdaaead8b51f6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/kanban/tests/unit/FirstKanbanCreatorTest.php | +84 | −89 | Go to diff View file |
M | plugins/kanban/tests/unit/Kanban/Home/KanbanHomePresenterTest.php | +6 | −0 | Go to diff View file |
M | plugins/kanban/tests/unit/KanbanColumnManagerTest.php | +15 | −17 | Go to diff View file |
M | plugins/kanban/tests/unit/KanbanUserPreferencesTest.php | +26 | −26 | Go to diff View file |
M | plugins/kanban/tests/unit/NewDropdown/NewDropdownCurrentContextSectionForKanbanProviderTest.php | +73 | −84 | Go to diff View file |
M | plugins/kanban/tests/unit/REST/Kanban/KanbanTrackerRepresentationTest.php | +20 | −20 | Go to diff View file |
M | plugins/kanban/tests/unit/RealTime/KanbanRealtimeArtifactMessageSenderTest.php | +6 | −5 | Go to diff View file |
M | plugins/kanban/tests/unit/RealTime/KanbanRealtimeMessageSenderTest.php | +12 | −11 | Go to diff View file |
M | plugins/kanban/tests/unit/RealTimeMercure/KanbanArtifactMessageBuilderMercureTest.php | +19 | −18 | Go to diff View file |
M | plugins/kanban/tests/unit/RealTimeMercure/KanbanArtifactMessageSenderMercureTest.php | +7 | −7 | Go to diff View file |
M | plugins/kanban/tests/unit/RealTimeMercure/MercureJWTControllerTest.php | +10 | −9 | Go to diff View file |
M | plugins/kanban/tests/unit/RealTimeMercure/RealTimeArtifactMessageControllerMercureTest.php | +4 | −3 | Go to diff View file |
M | plugins/kanban/tests/unit/Widget/WidgetKanbanXMLImporterTest.php | +13 | −26 | Go to diff View file |
M | plugins/kanban/tests/unit/XML/KanbanXMLExporterTest.php | +15 | −9 | Go to diff View file |
M | plugins/kanban/tests/unit/XML/KanbanXmlImporterTest.php | +46 | −53 | Go to diff View file |
M | tests/psalm/psalm.xml | +0 | −1 | Go to diff View file |