From e7bbd223218d7ffbcf5ce4be5722e351e073de3a Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Fri, 21 Aug 2020 12:08:19 +0200 Subject: [PATCH] add guest invitation read & valide with route --- tests/Feature/EventsTest.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/Feature/EventsTest.php b/tests/Feature/EventsTest.php index e217a81..0796ed4 100644 --- a/tests/Feature/EventsTest.php +++ b/tests/Feature/EventsTest.php @@ -738,9 +738,10 @@ class EventsTest extends TestCase ]); } - // an_invitation_mail_is_seed_to_new_guest + // todo an_invitation_mail_is_seed_to_new_guest + // https://laravel.com/docs/5.8/mocking#mail-fake - // a_guest_can_confirm_participation_in_mail + // todo a_guest_can_confirm_participation_in_mail private function data() {