stable
Clone or download
Read-only
Merge commit 'refs/changes/92/5792/6' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: request #9202 - Make REST tests compatible PHP5.6
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 |