This commit is contained in:
EwelinaLasowy
2022-02-09 11:25:23 +01:00
parent accce6af2b
commit aae3c7fcb2
5 changed files with 92 additions and 29 deletions

View File

@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace Tests\Unit;
use Illuminate\Foundation\Testing\DatabaseMigrations;
@@ -95,4 +97,4 @@ class VacationRequestStatesTest extends TestCase
$this->assertEquals(VacationRequestState::APPROVED, $vacationRequest->state);
}
}
}