stable

Clone or download

Read-only

REST tests can be launched with PHP 8.0

You can launch them with `make tests-rest PHP_VERSION=80`. The test failures will be fixed in follow-ups contributions. Part of request #21863: Run REST tests under PHP 8.0 Change-Id: I52a86f9f3e363c1593320afc381b7ebf719894e0

Modified Files

Name
M Makefile +1 −1 Go to diff View file
A src/etc/fpm80/tuleap-long-running-request.conf +21 −0 Go to diff View file
A src/etc/fpm80/tuleap.conf +415 −0 Go to diff View file
A src/etc/fpm80/tuleap_common.part +14 −0 Go to diff View file
A src/etc/fpm80/tuleap_errors_dev.part +3 −0 Go to diff View file
A src/etc/fpm80/tuleap_errors_prod.part +2 −0 Go to diff View file
A src/etc/fpm80/tuleap_sessions_files.part +3 −0 Go to diff View file
A src/etc/fpm80/tuleap_sessions_redis.part +4 −0 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPM.php +20 −2 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPMCommand.php +3 −0 Go to diff View file
M tests/rest/bin/run-compose.sh +3 −0 Go to diff View file
M tests/rest/bin/setup.sh +4 −0 Go to diff View file