From dead386efc3fbbb6068fc0181c930cdc62645952 Mon Sep 17 00:00:00 2001 From: unclexo Date: Mon, 16 Jan 2023 20:24:19 +0600 Subject: [PATCH] Merge conflict --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99c3bcf..73aa4a6 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,8 @@ job of Laravel email API, not yours. So, test Laravel's email API can be instruc - [Test sending email via queue](https://github.com/unclexo/test-laravel-app/commit/95447528f3aea5a3fea2a6313c88e725cf5ec311#diff-02065eb58905bf99b4529ca7a41cd828b4788e3a96377e1d687351e6a7b0715bR159) - [Test sending email to bulk users](https://github.com/unclexo/test-laravel-app/commit/05017a81ada5f2a596f206b6d02570e8a7539982#diff-02065eb58905bf99b4529ca7a41cd828b4788e3a96377e1d687351e6a7b0715bR176) -### Test Events and Listeners + +### Testing Events and Listeners #### What to test? Test the code that triggers an event to check it was dispatched. You don't need to test the execution of