stable

Clone or download

Read-only

Move the check of system burndown fields values in a dedicated object

part of request #9826 Burdown refactoring Change-Id: Ia1b2f84604dc215f28e3ffbc7b69f290dfb86dde

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/BurndownConfigurationFieldRetriever.php +12 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/BurndownConfigurationValueChecker.php +104 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +17 −69 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
A plugins/tracker/tests/Tracker/FormElement/BurndownConfigurationValueCheckerTest.php +258 −0 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_BurndownTest.php +43 −9 Go to diff View file
M plugins/tracker/tests/builders/aBurndownField.php +7 −7 Go to diff View file