stable

Clone or download

Read-only

request #11873 Refactoring extract TimeController's checks to TimeUpdater

Change-Id: If4c27503682f3b1aa1f35488eed60163c9fe3a09

Modified Files

Name
M plugins/timetracking/include/Timetracking/Router.php +0 −6 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeChecker.php +4 −9 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeController.php +5 −59 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeUpdater.php +67 −4 Go to diff View file
M plugins/timetracking/include/timetrackingPlugin.class.php +10 −4 Go to diff View file
M plugins/timetracking/phpunit/Time/TimeCheckerTest.php +1 −2 Go to diff View file
M plugins/timetracking/phpunit/Time/TimeControllerTest.php +2 −109 Go to diff View file
A plugins/timetracking/phpunit/Time/TimeUpdaterTest.php +180 −0 Go to diff View file
M plugins/timetracking/site-content/fr_FR/LC_MESSAGES/tuleap-timetracking.po +1 −1 Go to diff View file
M plugins/timetracking/site-content/tuleap-timetracking.pot +1 −1 Go to diff View file
M plugins/timetracking/tests/rest/TimetrackingDataBuilder.php +26 −9 Go to diff View file