stable
Clone or download
Read-only
Merge commit 'refs/changes/80/14980/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #13368: Invalid API response when using REST route POST /projects with an invalid template ID Change-Id: Iea3cfb139abb975e5593db920211b2ca84b247ca
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Project/ProjectCreator.class.php | +17 | −5 | Go to diff View file |
A | src/common/Project/ProjectInvalidTemplateException.php | +33 | −0 | Go to diff View file |
M | src/common/Project/REST/v1/ProjectResource.class.php | +3 | −0 | Go to diff View file |
A | tests/phpunit/common/Project/ProjectCreatorTest.php | +101 | −0 | Go to diff View file |
M | tests/rest/tests/ProjectTest.php | +21 | −0 | Go to diff View file |
M | tests/simpletest/common/Project/ProjectCreatorTest.php | +14 | −10 | Go to diff View file |