stable

Clone or download

Read-only

Easy fixes for the PHP 8.1 compat

More unit tests are succeeding, the remaining ones will be dealt with in independant contributions. It can be tested with `make tests-unit-php PHP_VERSION=81`. Part of request #22659: Run Tuleap with PHP 8.1 Change-Id: I4df620abd1f00543eda4fad9dc1e8604ae7f01bb

Modified Files

Name
M plugins/frs/tests/unit/FRS/ReleaseNotesControllerTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Team/TeamAdapterTest.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php +4 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/NoChangeException.class.php +1 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/DateTimeFieldCheckerTest.php +1 −0 Go to diff View file
M plugins/webdav/tests/unit/WebDAVDocmanFileTest.php +1 −0 Go to diff View file
M plugins/webdav/tests/unit/WebDAVDocmanFolderTest.php +1 −0 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSFileTest.php +1 −0 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSPackageTest.php +5 −0 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSReleaseTest.php +1 −0 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSTest.php +5 −0 Go to diff View file
M plugins/webdav/tests/unit/WebDAVTreeTest.php +1 −0 Go to diff View file
M src/common/User/SessionManager.php +2 −3 Go to diff View file
M src/common/include/Codendi_HTMLPurifier.class.php +1 −0 Go to diff View file
M src/common/include/SimpleSanitizer.class.php +1 −1 Go to diff View file
M src/common/valid/Rule_FRSFileName.php +3 −0 Go to diff View file
M src/www/include/utils_soap.php +1 −1 Go to diff View file
M tests/unit/common/FRS/FRSFileFactoryTest.php +1 −0 Go to diff View file
M tests/unit/common/Include/UrlVerification/URLVerificationExpiredPasswordTest.php +1 −0 Go to diff View file
M tests/unit/common/Project/Registration/ProjectRegistrationPresenterBuilderTest.php +4 −4 Go to diff View file
M tests/unit/common/User/User_LoginManagerStatusTest.php +1 −0 Go to diff View file
M tests/unit/common/User/User_LoginManagerTest.php +1 −0 Go to diff View file
M tests/unit/common/User/User_PasswordExpirationCheckerTest.php +1 −0 Go to diff View file
M tests/unit/common/tracker/ArtifactImportTest.php +0 −4 Go to diff View file