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

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