stable

Clone or download

Read-only

chore: Fix some dynamic properties for PHP 8.2 compatibility

This is part of request #30344: Run Tuleap with PHP 8.2 No functional change expected here Change-Id: I7c2651db4986f37ac6cc6ebc871fc3fd5720be1f

Modified Files

Name
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_EnableCardwallOnTopTest.php +6 −2 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateColumnsTest.php +6 −2 Go to diff View file
M plugins/git/include/GitRepository.class.php +1 −0 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/ProjectCreatorCallToGerritTest.php +12 −1 Go to diff View file
M plugins/git/tests/unit/Git/GitoliteHousekeeping/ChainOfResponsibility/CheckRunningEventsTest.php +7 −1 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/PermissionChangesDetectorForRepositoryTest.php +7 −5 Go to diff View file
M plugins/git/tests/unit/GitRepositoryCanDeletedTest.php +8 −5 Go to diff View file
M plugins/git/tests/unit/GitRepositoryManagerDeleteAllRepositoriesTest.php +7 −5 Go to diff View file
M plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_REPO_DELETETest.php +3 −1 Go to diff View file
M plugins/git/tests/unit/XmlUgroupRetrieverTest.php +12 −4 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php +1 −1 Go to diff View file
M plugins/proftpd/tests/unit/ProFTPd/Admin/ACLUpdaterTest.php +7 −3 Go to diff View file
M plugins/proftpd/tests/unit/ProFTPd/SystemEvent/PROFTPD_UPDATE_ACLTest.php +2 −0 Go to diff View file
M plugins/proftpd/tests/unit/ProFTPd/Xferlog/FileImporterTest.php +6 −0 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/CampaignCreatorTest.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionSetter.class.php +1 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XmlImportTest.php +3 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Service/ServiceActivatorTest.php +6 −5 Go to diff View file
M src/common/User/XML/Import/Mapping.php +1 −0 Go to diff View file
M src/common/include/CookieManager.php +1 −1 Go to diff View file
M src/common/include/lib/PHP_BigFile.class.php +0 −1 Go to diff View file
M src/common/tracker/ArtifactXMLExporterArtifact.class.php +1 −0 Go to diff View file
M tests/unit/common/Error/FrontendErrorCollectorControllerTest.php +1 −0 Go to diff View file
M tests/unit/common/FRS/FRSPackageFactoryTest.php +14 −13 Go to diff View file
M tests/unit/common/Project/REST/v1/RestProjectCreatorTest.php +5 −3 Go to diff View file
M tests/unit/common/Project/SOAPServerGenericUserTest.php +11 −7 Go to diff View file
M tests/unit/common/Project/SOAPServerProjectDescriptionFieldsTest.php +15 −1 Go to diff View file
M tests/unit/common/Project/SOAPServerProjectServicesUsageTest.php +14 −4 Go to diff View file
M tests/unit/common/Project/UGroupManagerGetUGroupWithMembersTest.php +8 −1 Go to diff View file
M tests/unit/common/Project/UGroupSourceInitializationTest.php +5 −0 Go to diff View file
M tests/unit/common/Project/UserRemoverTest.php +16 −8 Go to diff View file
M tests/unit/common/SVNCore/SVN_RepositoryListingGetSvnPathTest.php +6 −1 Go to diff View file
M tests/unit/common/User/XML/Import/MappingTest.php +6 −2 Go to diff View file
M tests/unit/common/User/XML/Import/ReadyToBeImportedUsersCollectionTest.php +8 −2 Go to diff View file
M tests/unit/common/User/XML/UserXMLExportedCollectionTest.php +4 −1 Go to diff View file
M tests/unit/common/language/CustomizableContentLoaderTest.php +4 −5 Go to diff View file
M tests/unit/common/tracker/ArtifactImportTest.php +9 −0 Go to diff View file
M tests/unit/common/valid/Rule_FileTest.php +3 −1 Go to diff View file
M tests/unit/common/wiki/PermissionsPerGroup/PHPWikiPermissionPerGroupPaneBuilderTest.php +6 −5 Go to diff View file
M tests/unit/www/include/ServiceCreateServiceTest.php +6 −3 Go to diff View file