stable

Clone or download

Read-only

[feature] collect project fields errors in dry_run

This is part of story #21386: dry run REST project creation The dry_run REST route now collects the project fields errors. Change-Id: If148ef33f446fb8ccb08460fed1bfb4bf428dda0

Modified Files

Name
M src/common/Project/Admin/DescriptionFields/ProjectRegistrationSubmittedFieldsCollectionConsistencyChecker.php +11 −8 Go to diff View file
M src/common/Project/ProjectCreator.class.php +6 −0 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +6 −4 Go to diff View file
M src/common/Project/REST/v1/RestProjectCreator.php +4 −13 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationRESTChecker.php +12 −3 Go to diff View file
M tests/rest/tests/ProjectTest.php +7 −1 Go to diff View file
M tests/unit/common/Project/Admin/DescriptionFields/ProjectRegistrationSubmittedFieldsCollectionConsistencyCheckerTest.php +45 −10 Go to diff View file
M tests/unit/common/Project/REST/v1/RestProjectCreatorTest.php +1 −67 Go to diff View file
M tests/unit/common/Project/Registration/ProjectRegistrationRESTCheckerTest.php +123 −2 Go to diff View file