stable
Clone or download
Read-only
Only remaining issues are in 3rd party code. You can test with the following command: `make tests-unit-php PHP_VERSION=82` Part of request #30344: Run Tuleap with PHP 8.2 Change-Id: I598ab26a1026383d7e23c6a4a63cde4f45fb6ad9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/baseline/tests/unit/REST/ProjectBaselineControllerTest.php | +1 | −0 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Burndown.class.php | +4 | −0 | Go to diff View file |
M | plugins/graphontrackersv5/tests/unit/graphic-library/GraphOnTrackersV5_Engine_BurndownTest.php | +0 | −4 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Git/Administration/DeleteControllerTest.php | +4 | −0 | Go to diff View file |
M | plugins/hudson_git/tests/unit/HudsonGit/Git/Administration/XML/XMLImporterTest.php | +3 | −1 | Go to diff View file |
M | plugins/ldap/tests/unit/LDAPRetrieveAllArgumentsTest.php | +4 | −0 | Go to diff View file |
M | plugins/proftpd/tests/unit/ProFTPd/Directory/ProftpdDirectoryParserTest.php | +8 | −2 | Go to diff View file |
M | plugins/proftpd/tests/unit/ProFTPd/Directory/ProftpdDirectoryPathParserTest.php | +2 | −2 | Go to diff View file |
M | plugins/proftpd/tests/unit/ProFTPd/Xferlog/FileImporter_PathTest.php | +6 | −0 | Go to diff View file |
M | plugins/pullrequest/tests/unit/REST/v1/Comment/ThreadCommentColorRetreiverTest.php | +4 | −0 | Go to diff View file |
M | plugins/taskboard/tests/unit/REST/v1/Cell/CardMappedFieldUpdaterTest.php | +4 | −0 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/ConfigConformanceValidatorTest.php | +4 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Heartbeat/LatestHeartbeatsCollectorTest.php | +4 | −0 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/ExecutionFromAutomatedTestsUpdaterTest.php | +0 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/v1/CampaignArtifactUpdateFieldValuesBuilderTest.php | +4 | −0 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/TypeCoveredByOverriderTest.php | +4 | −2 | Go to diff View file |
M | src/common/Dashboard/User/UserPresenter.php | +1 | −0 | Go to diff View file |
M | src/common/FRS/FRSFileFactory.class.php | +2 | −1 | Go to diff View file |
M | src/common/FRS/FRSReleaseFactory.class.php | +1 | −0 | Go to diff View file |
M | src/common/FRS/FRSXMLImporter.class.php | +1 | −2 | Go to diff View file |
M | src/common/SVNCore/hook/PreCommit.class.php | +1 | −2 | Go to diff View file |
M | src/tuleap-cfg/Command/SetupMysqlInitCommand.php | +5 | −5 | Go to diff View file |
M | tests/unit/common/Admin/HelpDropdown/AdminReleaseNoteLinkControllerTest.php | +4 | −4 | Go to diff View file |
M | tests/unit/common/Dashboard/Project/ProjectDashboardDuplicatorTest.php | +20 | −0 | Go to diff View file |
M | tests/unit/common/FRS/FRSXMLImporterTest.php | +49 | −4 | Go to diff View file |
M | tests/unit/common/Include/Codendi_DiffTest.php | +29 | −0 | Go to diff View file |
M | tests/unit/common/InviteBuddy/InvitationSenderTest.php | +4 | −0 | Go to diff View file |
M | tests/unit/common/Project/SOAPServerGenericUserTest.php | +4 | −0 | Go to diff View file |
M | tests/unit/common/Project/UGroupManagerGetUGroupTest.php | +8 | −0 | Go to diff View file |
M | tests/unit/common/Project/UGroupManagerUpdateUgroupBindingDaoTest.php | +6 | −0 | Go to diff View file |
M | tests/unit/common/Project/UGroupManagerUpdateUgroupBindingEventTest.php | +8 | −0 | Go to diff View file |
M | tests/unit/common/Project/UGroupRemoveUserTest.php | +6 | −0 | Go to diff View file |
M | tests/unit/common/SVNCore/PreCommitCommitToTagTest.php | +12 | −0 | Go to diff View file |
M | tests/unit/common/SVNCore/PreCommitMessageTest.php | +12 | −0 | Go to diff View file |
M | tests/unit/common/SVNCore/SVN_RepositoryListingGetSvnPathWithLogDetailsTest.php | +23 | −0 | Go to diff View file |
M | tests/unit/common/SVNCore/SVN_SOAPServerTest.php | +10 | −0 | Go to diff View file |
M | tests/unit/common/SystemEvent/SystemEventUserActiveStatusChangeTest.php | +17 | −0 | Go to diff View file |
M | tests/unit/common/User/GenericUserFactoryTest.php | +12 | −0 | Go to diff View file |
M | tests/unit/common/language/BaseLanguageFactoryTest.php | +3 | −0 | Go to diff View file |
M | tests/unit/common/wiki/PermissionsManagerTest.php | +4 | −0 | Go to diff View file |