#49 - laravel 9

This commit is contained in:
Adrian Hopek
2022-02-18 09:17:00 +01:00
parent fae50cb21c
commit 9ba08bfc56
8 changed files with 709 additions and 2099 deletions

View File

@@ -122,6 +122,6 @@ class HolidayTest extends FeatureTestCase
->delete("/holidays/{$holiday->id}")
->assertSessionHasNoErrors();
$this->assertDeleted($holiday);
$this->assertModelMissing($holiday);
}
}