Fix controller cleanup issues
All checks were successful
Tests / Laravel tests (pull_request) Successful in 3m24s
All checks were successful
Tests / Laravel tests (pull_request) Successful in 3m24s
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user