Skip to content

Commit f7612d6

Browse files
committed
Updated phpunit
1 parent e369244 commit f7612d6

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,15 @@ Simply add the `Confirmed` event, and your listeners, to the `EventServiceProvid
102102

103103
For more information about registering events and listeners, please refer to the [Laravel docs](https://laravel.com/docs/events#registering-events-and-listeners).
104104

105+
## Catch, test and debug application mails with Laravel Herd
106+
107+
Laravel Herd provides an integrated local email service, streamlining the process of testing and debugging application emails.
108+
The email service organizes emails into distinct inboxes for each application, ensuring they are easily accessible and simple to locate.
109+
110+
[herd.laravel.com](https://herd.laravel.com)
111+
112+
![image](https://github.com/user-attachments/assets/6417907c-119d-43ac-9cf6-5638bafae24f)
113+
105114
### Testing
106115

107116
``` bash

phpunit.xml.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit bootstrap="vendor/autoload.php"
33
backupGlobals="false"
4-
backupStaticAttributes="false"
54
colors="true"
6-
verbose="true"
7-
convertErrorsToExceptions="true"
8-
convertNoticesToExceptions="true"
9-
convertWarningsToExceptions="true"
105
processIsolation="false"
116
stopOnFailure="false">
127
<testsuites>

0 commit comments

Comments
 (0)