stable

Clone or download

Read-only

REST tests can be executed with PHP 7.4

This contribution targets a "make it work" state. There is still works that needs to be done but the test suite can be executed without errors. You play with it by launching the test suite with `make tests-rest PHP_VERSION=74` Part of request #13487: Run Tuleap test suites with PHP 7.4 Change-Id: I005bd0759b1e4e31f487a47e1bc8baffab27154e

Modified Files

Name
M Makefile +3 −2 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanFilesTest.php +1 −1 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanFoldersTest.php +1 −1 Go to diff View file
A src/etc/fpm74/tuleap-long-running-request.conf +32 −0 Go to diff View file
A src/etc/fpm74/tuleap.conf +431 −0 Go to diff View file
M tests/Jenkinsfile-nightly +6 −0 Go to diff View file
M tests/actions.groovy +1 −1 Go to diff View file
M tests/rest/bin/run-compose.sh +14 −0 Go to diff View file
M tests/rest/bin/setup.sh +8 −2 Go to diff View file
M tests/rest/docker-compose.yml +1 −1 Go to diff View file
M tools/Configuration/FPM/TuleapWeb.php +15 −0 Go to diff View file
A tools/Configuration/Setup/PHP74CentOS.php +133 −0 Go to diff View file
A tools/utils/php74/run.php +25 −0 Go to diff View file