You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This Codeception Module implements the required methods to test emails using the
6
6
Through composer, require the package:
7
7
```
8
8
"require-dev": {
9
-
"lamoda/codeception-email-mailhog": "^1.0"
9
+
"oqq/codeception-email-mailhog": "^2.0"
10
10
}
11
11
```
12
12
Then turn it on in your Codeception suite yaml file
@@ -45,7 +45,7 @@ Pops the most recent unread email and assigns it as the email to conduct tests o
45
45
### Example Test
46
46
Here is a simple scenario where we test the content of an email. For a detailed list of all available test methods, please refer to the [Codeception Email Testing Framework][CodeceptionEmailTestingFramework].
0 commit comments