Skip to content

Commit c74d986

Browse files
authored
Merge pull request #2 from oqq/next
Prepare next major release
2 parents 4161aec + 3a65101 commit c74d986

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
# Dev
2-
.idea
3-
composer.lock
41
vendor/
5-
6-
# CI runtime
7-
build/
8-
target/
92
.php_cs.cache
103
.phpunit.result.cache
4+
composer.lock

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This Codeception Module implements the required methods to test emails using the
66
Through composer, require the package:
77
```
88
"require-dev": {
9-
"lamoda/codeception-email-mailhog": "^1.0"
9+
"oqq/codeception-email-mailhog": "^2.0"
1010
}
1111
```
1212
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
4545
### Example Test
4646
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].
4747
```
48-
<?php
48+
<?php
4949
$I = new FunctionalTester($scenario);
5050
$I->am('a member');
5151
$I->wantTo('request a reset password link');

0 commit comments

Comments
 (0)