stable

Clone or download

Read-only

Move the retrieve of field mandatory for burndown in a dedicated object and unit test it

part of request #9826 Burdown refactoring This patch introduce a new object which retrieves the configuration fields. It should not break anything Change-Id: I2b427f67d716132da3711eccf4621125bc12f053

Modified Files

Name
A plugins/tracker/include/Tracker/FormElement/BurndownConfigurationFieldRetriever.php +129 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +29 −76 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +1 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +1 −0 Go to diff View file
A plugins/tracker/tests/Tracker/FormElement/BurndownConfigurationFieldRetriverTest.php +268 −0 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_BurndownTest.php +19 −27 Go to diff View file