stable

Clone or download

Read-only

Check of TimePeriod build is done in a dedicated object

This is part of story #12537 configure my burndown/up & sprint with a start date & end date There are no functionnal changes expected. Change-Id: I8a965063286fd5e69ac6d5e287d5ecacae235a4b

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +12 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +6 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +12 −3 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningFactory.class.php +9 −48 Go to diff View file
M plugins/agiledashboard/tests/AgileDashboardRouterTest.php +3 −2 Go to diff View file
M plugins/agiledashboard/tests/builders/aPlanningFactory.php +21 −27 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +8 −4 Go to diff View file
M plugins/agiledashboard/tests/include/PlanningFactoryTest.php +7 −13 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeChecker.php +80 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/Semantic/Timeframe/TimeframeCheckerTest.php +153 −0 Go to diff View file