Fix controller cleanup issues
All checks were successful
Tests / Laravel tests (pull_request) Successful in 3m24s

This commit is contained in:
2026-06-03 21:57:10 +02:00
parent 27449eabf0
commit fe47b79a25
9 changed files with 18 additions and 35 deletions

View File

@@ -41,7 +41,7 @@ test('the homepage shows the public cv data', function () {
->assertViewHas('personalia', fn ($personalia) => $personalia->contains($personalium))
->assertViewHas('education', fn ($educations) => $educations->contains($education))
->assertViewHas('experience', fn ($experiences) => $experiences->contains($experience));
})->skip('Homepage currently depends on missing public/storage/sitiweb.svg.');
});
test('a hidden personalia value can be requested and the click is queued for notification', function () {
Queue::fake();