#38 - vacation request by administrative approver #57

Merged
Baakoma merged 10 commits from #38-vacation-request-changes into main 2022-02-22 11:02:36 +01:00
Showing only changes of commit 0bcbaec79f - Show all commits

View File

@@ -107,7 +107,6 @@ class VacationRequestTest extends FeatureTestCase
$this->actingAs($creator)
->post("/vacation-requests", [
"user" => $user->id,
"creator_id" => $creator->id,
"type" => VacationType::Vacation->value,
"from" => Carbon::create($currentYearPeriod->year, 2, 7)->toDateString(),
"to" => Carbon::create($currentYearPeriod->year, 2, 11)->toDateString(),
@@ -147,7 +146,6 @@ class VacationRequestTest extends FeatureTestCase
$this->actingAs($creator)
->post("/vacation-requests", [
"user" => $user->id,
"creator_id" => $creator->id,
"type" => VacationType::Vacation->value,
"from" => Carbon::create($currentYearPeriod->year, 2, 7)->toDateString(),
"to" => Carbon::create($currentYearPeriod->year, 2, 11)->toDateString(),