Skip to content

Commit

Permalink
Merge pull request #12 from JWardee/master
Browse files Browse the repository at this point in the history
+Updated .gitignore and added composer.lock
  • Loading branch information
JWardee authored Apr 21, 2018
2 parents 5fcf5d4 + 46da0ec commit fc67fd9
Show file tree
Hide file tree
Showing 4 changed files with 1,539 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ node_modules
*.tar.gz
*.zip
/testing/tmp
composer.lock
/testing/wp-config.env
.idea
.sass-cache
Expand Down
193 changes: 193 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ A fast, lightweight plugin that saves emails sent by your WordPress website.

## Testing locally
1. Download the repo
2. cd into the `testing` and run `./bin/install-wp-test.sh`
3. Run `phpunit` within the `testing` directory
2. cd into `testing` and run `composer install`
3. Run `bash ./bin/install-wp-test.sh` from the `testing` directory
4. Run `phpunit` within the `testing` directory

## Found an issue, or have an idea on how we can improve?
Let us know in our [GitHub tracker!](https://github.com/JWardee/wp-mail-catcher/issues)
Expand Down
Loading

0 comments on commit fc67fd9

Please sign in to comment.