Release 2.33.0 (#5438)
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user