stable

Clone or download

Read-only

[tech] Project registration unit tests are checked by psalm

This is part of story #21386 dry run REST project creation Change-Id: Iec8ed2894d43fe9ed61da50812071f43d5e8a31d

Modified Files

Name
M src/common/Project/REST/v1/ProjectPostRepresentation.php +14 −0 Go to diff View file
M tests/psalm/psalm.xml +1 −0 Go to diff View file
M tests/unit/common/Project/REST/v1/ProjectCreationDataPOSTProjectBuilderTest.php +2 −3 Go to diff View file
M tests/unit/common/Project/REST/v1/RestProjectCreatorTest.php +5 −1 Go to diff View file
M tests/unit/common/Project/Registration/ProjectRegistrationPresenterBuilderTest.php +28 −38 Go to diff View file
M tests/unit/common/Project/Registration/ProjectRegistrationUserPermissionCheckerTest.php +41 −25 Go to diff View file
M tests/unit/common/Project/Registration/Template/TemplateFactoryTest.php +53 −50 Go to diff View file
M tests/unit/common/Project/Registration/Template/TemplateFromProjectForCreationTest.php +36 −43 Go to diff View file