We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf0c77c + e9568cb commit 2f45202Copy full SHA for 2f45202
tests/Feature/EvaluationTest.php
@@ -138,6 +138,8 @@ public function test_can_submit_fullday_illness()
138
//Urlaub
139
public function test_can_use_vacation_entitlement()
140
{
141
+ $this->travelTo($this->user->date_of_employment);
142
+
143
$absenceType = AbsenceType::forceCreate([
144
'location_id' => $this->location->id,
145
'title' => 'Urlaub',
@@ -256,6 +258,8 @@ public function test_can_submit_future_vacation_entitlement()
256
258
257
259
public function test_can_submit_vacation()
260
261
262
263
264
265
0 commit comments