Skip to content

Commit

Permalink
Prepare next major release
Browse files Browse the repository at this point in the history
  • Loading branch information
oqq committed Jan 14, 2021
1 parent 84ec705 commit 3a65101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# Dev
.idea
composer.lock
vendor/

# CI runtime
build/
target/
.php_cs.cache
.phpunit.result.cache
composer.lock
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This Codeception Module implements the required methods to test emails using the
Through composer, require the package:
```
"require-dev": {
"lamoda/codeception-email-mailhog": "^1.0"
"oqq/codeception-email-mailhog": "^2.0"
}
```
Then turn it on in your Codeception suite yaml file
Expand Down Expand Up @@ -45,7 +45,7 @@ Pops the most recent unread email and assigns it as the email to conduct tests o
### Example Test
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].
```
<?php
<?php
$I = new FunctionalTester($scenario);
$I->am('a member');
$I->wantTo('request a reset password link');
Expand Down

0 comments on commit 3a65101

Please sign in to comment.