stable
Clone or download
Read-only
You can test with something like this: `make tests-unit-php PHP_VERSION=82 FILES='plugins/cardwall/tests/unit/'` Part of request #30344: Run Tuleap with PHP 8.2 Change-Id: I1880ab242b43fca8186837c91ed708adc06573d5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/Burnup/CountElementsCalculatorTest.php | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/RealTime/MercureJWTControllerTest.php | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Semantic/MoveChangesetXMLUpdaterTest.php | +41 | −9 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Semantic/MoveSemanticInitialEffortCheckerTest.php | +8 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Tracker/TrackerHierarchyUpdateCheckerTest.php | +4 | −0 | Go to diff View file |
M | plugins/cardwall/tests/unit/CardInCellPresenterFactoryTest.php | +18 | −2 | Go to diff View file |
M | plugins/cardwall/tests/unit/CardwallConfigXmlImportTest.php | +24 | −0 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_TrackerMappingFactoryTest.php | +27 | −0 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_TrackerMappingStatusTest.php | +5 | −0 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_ValueMappingFactoryTest.php | +32 | −6 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_CreateColumnTest.php | +7 | −0 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_CreateMappingFieldTest.php | +7 | −0 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_DeleteColumnsTest.php | +15 | −0 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_DeleteMappingFieldsTest.php | +11 | −0 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_EnableFreestyleColumnsTest.php | +7 | −0 | Go to diff View file |
M | plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateMappingFieldsTestBase.php | +34 | −0 | Go to diff View file |