stable

Clone or download

Read-only

Extract Move part of ChangesetXMLUpdater in a dedicated object

This is part of story #11346 move artifact's "initial_effort" No functionnal changes here. Change-Id: I8cbfb148b2e71a4d9679c12d91dbea03c58ab9b1

Modified Files

Name
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +2 −31 Go to diff View file
M plugins/tracker/include/Tracker/Action/MoveArtifact.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/ChangesetXMLUpdater.class.php +2 −159 Go to diff View file
A plugins/tracker/include/Tracker/XML/Updater/MoveChangesetXMLUpdater.php +195 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/XML/Updater/MoveChangesetXMLUpdaterTest.php +280 −0 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/ChangesetXMLUpdaterTest.php +1 −196 Go to diff View file
M tests/phpunit/phpunit.xml +1 −0 Go to diff View file