stable

Clone or download

Read-only

Fix invalid array accesses reported by PHP 7.4 when running the Simpletest test suite

This is the same thing than d3a733e14229a3f304bc15f2fe962d60695c0670 but for the test suite running with Simpletest. To test, you can rebuild the simpletest PHP 7.4 Docker image [0] and execute the tests with it. Part of request #13487: Run Tuleap test suites with PHP 7.4 [0] https://github.com/Enalean/docker-tuleap-test-simpletest/tree/c7-php74 Change-Id: I38ae22403d2e9ad6f2b9608afda0039698907941

Modified Files

Name
M plugins/git/include/Git/Gitolite/Gitolite3LogParser.php +2 −1 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/RemoteSSHCommandTest.php +2 −1 Go to diff View file
M plugins/mediawiki/tests/XMLMediaWikiExporterTest.php +3 −3 Go to diff View file
M plugins/tracker/include/REST/v1/ReportArtifactFactory.php +2 −2 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ComputedTest.php +9 −7 Go to diff View file
M tests/simpletest/common/User/UserManagerTest.php +7 −5 Go to diff View file
M tests/simpletest/common/backend/BackendMailingListTest.php +5 −4 Go to diff View file
M tests/simpletest/common/include/URLVerificationTest.php +10 −10 Go to diff View file
M tests/simpletest/common/tracker/ArtifactTest.php +3 −0 Go to diff View file