stable

Clone or download

Read-only

SOAP and REST tests use nginx & fpm

Until now they were run with httpd24 & mod_php. Need to be align with production settings. Part of request #11165 Automated tests should use nginx & fpm Change-Id: Ifcb56280014eea09f2dfc408521516f4b65133ef

Modified Files

Name
M plugins/svn/tests/rest/TestBase.php +2 −2 Go to diff View file
M plugins/tracker/tests/rest/XML/ArtifactTest.php +2 −1 Go to diff View file
M src/common/soap/TuleapSOAPServer.class.php +32 −0 Go to diff View file
M tests/rest/bin/setup.sh +4 −49 Go to diff View file
D tests/rest/etc/rest-tests.httpd24.conf +0 −32 Go to diff View file
D tests/rest/etc/rest-tests.nginx.conf +0 −56 Go to diff View file
M tests/rest/lib/RestBase.php +6 −4 Go to diff View file
M tests/rest/tests/ProjectBacklogV2Test.php +2 −2 Go to diff View file
M tests/rest/tests/UserGroupTest.php +7 −7 Go to diff View file
M tests/rest/tests/UsersTest.php +2 −2 Go to diff View file
M tests/soap/bin/setup.sh +5 −23 Go to diff View file
D tests/soap/etc/soap-tests.conf +0 −27 Go to diff View file
M tests/soap/lib/SOAPBase.php +14 −5 Go to diff View file