stable

Clone or download

Read-only

refactor: Remove usage of HTTPRequest in ConfirmationPageDisplayer

We successfully created a user, no need to retrieve its information from the request, use directly the new user instead. No functional changes. Part of story #30021: Invite buddies to my Tuleap project Change-Id: Ice1c60721f332e4291e610c48d89b35e4fa2de10

Modified Files

Name
M src/common/User/Account/Register/AfterSuccessfulUserRegistration.php +3 −3 Go to diff View file
M src/common/User/Account/Register/ConfirmationPageDisplayer.php +8 −7 Go to diff View file
M src/common/User/Account/Register/IDisplayConfirmationPage.php +4 −3 Go to diff View file
M tests/unit/common/User/Account/Register/IDisplayConfirmationPageStub.php +4 −3 Go to diff View file