stable

Clone or download

Read-only

request #9202 - Make REST tests compatible PHP5.6

Change-Id: I8eb05eaff9727ecc3a1f38fa28d619a94ae45dfc

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +2 −3 Go to diff View file
A src/etc/fpm.conf.dist +5 −0 Go to diff View file
M src/www/include/pre.php +1 −1 Go to diff View file
M tests/bin/generate-phpunit-testsuite.php +21 −8 Go to diff View file
M tests/lib/DBTestAccess.php +7 −3 Go to diff View file
M tests/lib/DatabaseInitialisation.class.php +7 −3 Go to diff View file
M tests/lib/rest/RequestWrapper.php +1 −0 Go to diff View file
M tests/lib/rest/RestBase.php +4 −1 Go to diff View file
M tests/rest/ProjectBacklogV2Test.php +9 −1 Go to diff View file
M tests/rest/README.md +6 −39 Go to diff View file
A tests/rest/bin/run.sh +22 −0 Go to diff View file
A tests/rest/bin/setup.sh +99 −0 Go to diff View file
A tests/rest/bin/test_suite.sh +19 −0 Go to diff View file
A tests/rest/etc/rest-tests.httpd22.conf +27 −0 Go to diff View file
A tests/rest/etc/rest-tests.httpd24.conf +32 −0 Go to diff View file