Release 2.33.0 (#5438)

This commit is contained in:
Kevin Papst
2025-04-22 20:43:22 +02:00
committed by GitHub
parent a70c803158
commit e663cc2b02
58 changed files with 1404 additions and 899 deletions

View File

@@ -132,15 +132,13 @@ class RateCalculatorTest extends TestCase
$activity->setProject($project);
$timesheet = new Timesheet();
$timesheet
->setEnd(new \DateTime())
->setHourlyRate($timesheetHourly)
->setFixedRate($timesheetFixed)
->setActivity($activity)
->setProject($project)
->setDuration($duration)
->setUser($this->getTestUser($userRate, $userInternalRate))
;
$timesheet->setEnd(new \DateTime());
$timesheet->setHourlyRate($timesheetHourly);
$timesheet->setFixedRate($timesheetFixed);
$timesheet->setActivity($activity);
$timesheet->setProject($project);
$timesheet->setDuration($duration);
$timesheet->setUser($this->getTestUser($userRate, $userInternalRate));
$rates = [];